#267EB4

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

Shades of Curious Blue #267EB4

Tints of Curious Blue #267EB4

Color information

#267EB4 (or 0x267EB4) is unknown color: approx Curious Blue. HEX triplet: 26, 7E and B4. RGB value is (38,126,180). Sum of RGB (Red+Green+Blue) = 38+126+180=344 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.05% from 344); Green value is 126 (49.61% from 255 or 36.63% from 344); Blue value is 180 (70.70% from 255 or 52.33% from 344); Max value from RGB is 180 - color contains mainly: blue. Hex color #267EB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267EB4 is #D9814B. Grayscale: #696969. Windows color (decimal): -14254412 or 11828774. OLE color: 11828774.

HSL color Cylindrical-coordinate representation of color #267EB4: hue angle of 202.82º 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 #267EB4 is Cyan = 0.79, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB38126180-
CMYK0.790.300.29
HSL202.82º65.14%42.75%-
HSV(B)202.82º78.89%70.59%-
XYZ16.518.6345.91-
YUV105.84169.8579.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.05%
GREEN value IS 126 (49.61% from 255) = 36.63%
BLUE value IS 180 (70.70% from 255) = 52.33%
R=11.05%
G=36.63%
B=52.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal381261800.790.300.29202.8265.1442.75
Hex267EB44F1E01Dcb412b
Octal461762641173603531310153
Binary100110111111010110100100111111110011101110010111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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