#256F74

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

Shades of Atoll #256F74

Tints of Atoll #256F74

Color information

#256F74 (or 0x256F74) is unknown color: approx Atoll. HEX triplet: 25, 6F and 74. RGB value is (37,111,116). Sum of RGB (Red+Green+Blue) = 37+111+116=264 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.02% from 264); Green value is 111 (43.75% from 255 or 42.05% 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 #256F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256F74 is #DA908B. Grayscale: #595959. Windows color (decimal): -14323852 or 7630629. OLE color: 7630629.

HSL color Cylindrical-coordinate representation of color #256F74: hue angle of 183.8º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #256F74 is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB37111116-
CMYK0.680.0400.55
HSL183.8º51.63%30%-
HSV(B)183.8º68.1%45.49%-
XYZ9.613.0218.53-
YUV89.44142.9890.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.02%
GREEN value IS 111 (43.75% from 255) = 42.05%
BLUE value IS 116 (45.70% from 255) = 43.94%
R=14.02%
G=42.05%
B=43.94%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal371111160.680.0400.55183.851.6330
Hex256F74444037b8341e
Octal4515716410440672706436
Binary10010111011111110100100010010001101111011100011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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