#256F75

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

Shades of Atoll #256F75

Tints of Atoll #256F75

Color information

#256F75 (or 0x256F75) is unknown color: approx Atoll. HEX triplet: 25, 6F and 75. RGB value is (37,111,117). Sum of RGB (Red+Green+Blue) = 37+111+117=265 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.96% from 265); Green value is 111 (43.75% from 255 or 41.89% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 117 - color contains mainly: blue. Hex color #256F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256F75 is #DA908A. Grayscale: #595959. Windows color (decimal): -14323851 or 7696165. OLE color: 7696165.

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

Color convert

RGB37111117-
CMYK0.680.0500.54
HSL184.5º51.95%30.2%-
HSV(B)184.5º68.38%45.88%-
XYZ9.6613.0518.84-
YUV89.56143.4890.51-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.96%
GREEN value IS 111 (43.75% from 255) = 41.89%
BLUE value IS 117 (46.09% from 255) = 44.15%
R=13.96%
G=41.89%
B=44.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal371111170.680.0500.54184.551.9530.2
Hex256F75445036b8341e
Octal4515716510450662706436
Binary10010111011111110101100010010101101101011100011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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