#266E74

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

Shades of Atoll #266E74

Tints of Atoll #266E74

Color information

#266E74 (or 0x266E74) is unknown color: approx Atoll. HEX triplet: 26, 6E and 74. RGB value is (38,110,116). Sum of RGB (Red+Green+Blue) = 38+110+116=264 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.39% from 264); Green value is 110 (43.36% from 255 or 41.67% from 264); Blue value is 116 (45.70% from 255 or 43.94% from 264); Max value from RGB is 116 - color contains mainly: blue. Hex color #266E74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266E74 is #D9918B. Grayscale: #595959. Windows color (decimal): -14258572 or 7630374. OLE color: 7630374.

HSL color Cylindrical-coordinate representation of color #266E74: hue angle of 184.62º degrees, saturation: 0.51, 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 #266E74 is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB38110116-
CMYK0.670.0500.55
HSL184.62º50.65%30.2%-
HSV(B)184.62º67.24%45.49%-
XYZ9.5312.8218.5-
YUV89.16143.1591.51-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.39%
GREEN value IS 110 (43.36% from 255) = 41.67%
BLUE value IS 116 (45.70% from 255) = 43.94%
R=14.39%
G=41.67%
B=43.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal381101160.670.0500.55184.6250.6530.2
Hex266E74435037b9331e
Octal4615616410350672716336
Binary10011011011101110100100001110101101111011100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,110,116); }

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

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

 a { background-color: rgb(38,110,116); }

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

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

 span { border-color: rgb(38,110,116); }

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