#266F76

Color #266F76 Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #266F76

Tints of Atoll #266F76

Color information

#266F76 (or 0x266F76) is unknown color: approx Atoll. HEX triplet: 26, 6F and 76. RGB value is (38,111,118). Sum of RGB (Red+Green+Blue) = 38+111+118=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 111 (43.75% from 255 or 41.57% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #266F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266F76 is #D99089. Grayscale: #595959. Windows color (decimal): -14258314 or 7761702. OLE color: 7761702.

HSL color Cylindrical-coordinate representation of color #266F76: hue angle of 185.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #266F76 is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB38111118-
CMYK0.680.0600.54
HSL185.25º51.28%30.59%-
HSV(B)185.25º67.8%46.27%-
XYZ9.7513.0919.15-
YUV89.97143.8290.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.23%
GREEN value IS 111 (43.75% from 255) = 41.57%
BLUE value IS 118 (46.48% from 255) = 44.19%
R=14.23%
G=41.57%
B=44.19%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal381111180.680.0600.54185.2551.2830.59
Hex266F76446036b9331f
Octal4615716610460662716337
Binary10011011011111110110100010011001101101011100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266F76; }

 p { color: rgb(38,111,118); }

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

<style>
 a { background-color: #266F76; }

 a { background-color: rgb(38,111,118); }

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

<style>
 span { border-color: #266F76; }

 span { border-color: rgb(38,111,118); }

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