#266F74

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

Shades of Atoll #266F74

Tints of Atoll #266F74

Color information

#266F74 (or 0x266F74) is unknown color: approx Atoll. HEX triplet: 26, 6F and 74. RGB value is (38,111,116). Sum of RGB (Red+Green+Blue) = 38+111+116=265 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.34% from 265); Green value is 111 (43.75% from 255 or 41.89% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 116 - color contains mainly: blue. Hex color #266F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266F74 is #D9908B. Grayscale: #595959. Windows color (decimal): -14258316 or 7630630. OLE color: 7630630.

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

Color convert

RGB38111116-
CMYK0.670.0400.55
HSL183.85º50.65%30.2%-
HSV(B)183.85º67.24%45.49%-
XYZ9.6413.0418.53-
YUV89.74142.8291.09-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.34%
GREEN value IS 111 (43.75% from 255) = 41.89%
BLUE value IS 116 (45.70% from 255) = 43.77%
R=14.34%
G=41.89%
B=43.77%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal381111160.670.0400.55183.8550.6530.2
Hex266F74434037b8331e
Octal4615716410340672706336
Binary10011011011111110100100001110001101111011100011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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