#267DB4

Color #267DB4 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #267DB4

Tints of Curious Blue #267DB4

Color information

#267DB4 (or 0x267DB4) is unknown color: approx Curious Blue. HEX triplet: 26, 7D and B4. RGB value is (38,125,180). Sum of RGB (Red+Green+Blue) = 38+125+180=343 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.08% from 343); Green value is 125 (49.22% from 255 or 36.44% from 343); Blue value is 180 (70.70% from 255 or 52.48% from 343); Max value from RGB is 180 - color contains mainly: blue. Hex color #267DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267DB4 is #D9824B. Grayscale: #686868. Windows color (decimal): -14254668 or 11828518. OLE color: 11828518.

HSL color Cylindrical-coordinate representation of color #267DB4: hue angle of 203.24º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #267DB4 is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB38125180-
CMYK0.790.3100.29
HSL203.24º65.14%42.75%-
HSV(B)203.24º78.89%70.59%-
XYZ16.3718.3745.86-
YUV105.26170.1880.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 11.08%
GREEN value IS 125 (49.22% from 255) = 36.44%
BLUE value IS 180 (70.70% from 255) = 52.48%
R=11.08%
G=36.44%
B=52.48%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal381251800.790.3100.29203.2465.1442.75
Hex267DB44F1F01Dcb412b
Octal461752641173703531310153
Binary100110111110110110100100111111111011101110010111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267DB4; }

 p { color: rgb(38,125,180); }

 H1.HeaderClassName
 {
   color: #267DB4;
 }
 .AnyTagClassName
 {
   color: #267DB4;
 }
</style>
background-color css

<style>
 a { background-color: #267DB4; }

 a { background-color: rgb(38,125,180); }

 div.DivClassName
 {
   background-color: #267DB4;
 }
 .BgClassName
 {
   background-color: #267DB4;
 }
</style>
border-color css

<style>
 span { border-color: #267DB4; }

 span { border-color: rgb(38,125,180); }

 td.TdClassName
 {
   border-color: #267DB4;
 }
 .TagClassName
 {
   border-color: #267DB4;
 }
</style>