#267FCB

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

Shades of Curious Blue #267FCB

Tints of Curious Blue #267FCB

Color information

#267FCB (or 0x267FCB) is unknown color: approx Curious Blue. HEX triplet: 26, 7F and CB. RGB value is (38,127,203). Sum of RGB (Red+Green+Blue) = 38+127+203=368 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.33% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #267FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267FCB is #D98034. Grayscale: #6C6C6C. Windows color (decimal): -14254133 or 13336358. OLE color: 13336358.

HSL color Cylindrical-coordinate representation of color #267FCB: hue angle of 207.64º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #267FCB is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB38127203-
CMYK0.810.3700.20
HSL207.64º68.46%47.25%-
HSV(B)207.64º81.28%79.61%-
XYZ19.1719.959.33-
YUV109.05181.0177.32-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.33%
GREEN value IS 127 (50% from 255) = 34.51%
BLUE value IS 203 (79.69% from 255) = 55.16%
R=10.33%
G=34.51%
B=55.16%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal381272030.810.3700.20207.6468.4647.25
Hex267FCB5125014d0442f
Octal461773131214502432010457
Binary1001101111111110010111010001100101010100110100001000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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