#267FB6

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

Shades of Curious Blue #267FB6

Tints of Curious Blue #267FB6

Color information

#267FB6 (or 0x267FB6) is unknown color: approx Curious Blue. HEX triplet: 26, 7F and B6. RGB value is (38,127,182). Sum of RGB (Red+Green+Blue) = 38+127+182=347 (45% of max value = 765). Red value is 38 (15.23% from 255 or 10.95% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 182 (71.48% from 255 or 52.45% from 347); Max value from RGB is 182 - color contains mainly: blue. Hex color #267FB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267FB6 is #D98049. Grayscale: #6A6A6A. Windows color (decimal): -14254154 or 11960102. OLE color: 11960102.

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

Color convert

RGB38127182-
CMYK0.790.3000.29
HSL202.92º65.45%43.14%-
HSV(B)202.92º79.12%71.37%-
XYZ16.8318.9747.03-
YUV106.66170.5179.03-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.95%
GREEN value IS 127 (50% from 255) = 36.60%
BLUE value IS 182 (71.48% from 255) = 52.45%
R=10.95%
G=36.60%
B=52.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal381271820.790.3000.29202.9265.4543.14
Hex267FB64F1E01Dcb412b
Octal461772661173603531310153
Binary100110111111110110110100111111110011101110010111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,127,182); }

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

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

 a { background-color: rgb(38,127,182); }

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

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

 span { border-color: rgb(38,127,182); }

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