#266F72

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

Shades of Atoll #266F72

Tints of Atoll #266F72

Color information

#266F72 (or 0x266F72) is unknown color: approx Atoll. HEX triplet: 26, 6F and 72. RGB value is (38,111,114). Sum of RGB (Red+Green+Blue) = 38+111+114=263 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.45% from 263); Green value is 111 (43.75% from 255 or 42.21% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 114 - color contains mainly: blue. Hex color #266F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266F72 is #D9908D. Grayscale: #595959. Windows color (decimal): -14258318 or 7499558. OLE color: 7499558.

HSL color Cylindrical-coordinate representation of color #266F72: hue angle of 182.37º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #266F72 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB38111114-
CMYK0.670.0300.55
HSL182.37º50%29.8%-
HSV(B)182.37º66.67%44.71%-
XYZ9.521317.93-
YUV89.51141.8291.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.45%
GREEN value IS 111 (43.75% from 255) = 42.21%
BLUE value IS 114 (44.92% from 255) = 43.35%
R=14.45%
G=42.21%
B=43.35%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal381111140.670.0300.55182.375029.8
Hex266F72433037b6321e
Octal4615716210330672666236
Binary1001101101111111001010000111101101111011011011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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