#257075

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

Shades of Atoll #257075

Tints of Atoll #257075

Color information

#257075 (or 0x257075) is unknown color: approx Atoll. HEX triplet: 25, 70 and 75. RGB value is (37,112,117). Sum of RGB (Red+Green+Blue) = 37+112+117=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 117 - color contains mainly: blue. Hex color #257075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257075 is #DA8F8A. Grayscale: #5A5A5A. Windows color (decimal): -14323595 or 7696421. OLE color: 7696421.

HSL color Cylindrical-coordinate representation of color #257075: hue angle of 183.75º 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 #257075 is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB37112117-
CMYK0.680.0400.54
HSL183.75º51.95%30.2%-
HSV(B)183.75º68.38%45.88%-
XYZ9.7713.2718.88-
YUV90.15143.1590.09-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.91%
GREEN value IS 112 (44.14% from 255) = 42.11%
BLUE value IS 117 (46.09% from 255) = 43.98%
R=13.91%
G=42.11%
B=43.98%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal371121170.680.0400.54183.7551.9530.2
Hex257075444036b8341e
Octal4516016510440662706436
Binary10010111100001110101100010010001101101011100011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257075; }

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

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

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

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

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

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

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

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