Html Css Color HEX #257072 Atoll

📋 copy color: '#257072'

red 37 ◦ green 112 ◦ blue 114

#257072
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atoll #257072

Tints of Atoll #257072

RGB

 RED value IS 37 (14.84% from 255) = 14.07%

 GREEN value IS 112 (44.14% from 255) = 42.59%

 BLUE value IS 114 (44.92% from 255) = 43.35%

R = 14.07%
G = 42.59%
B = 43.35%

CMYK

 C value IS 0.68

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#257072 (or 0x257072) is known color: Atoll. HEX triplet: 25, 70 and 72. RGB value is (37,112,114). Sum of RGB (Red+Green+Blue) = 37+112+114=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 114 - color contains mainly: blue. Hex color #257072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257072 is #DA8F8D. Grayscale: #595959. Windows color (decimal): -14323598 or 7499813. OLE color: 7499813.

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

Color convert

RGB 37 112 114 -
CMYK 0.68 0.02 0 0.55
HSL 181.56º 0.51% 0.3% -
HSV(B) 181.56º 0.68% 0.45% -
XYZ 9.59 13.2 17.96 -
YUV 89.8 141.65 90.34 -
System Red Green Blue C M Y K H S L
Decimal 37 112 114 0.68 0.02 0 0.55 181.56 0.51 0.3
Hex 25 70 72 44 2 0 37 B6 33 1E
Octal 45 160 162 104 2 0 67 266 63 36
Binary 100101 1110000 1110010 1000100 10 0 110111 10110110 110011 11110

Color Harmonies of #257072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257072

Black with #257072

Text Example


Text Example

White with #257072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257072; }

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

 H1.HeaderClassName
 {
   color: #257072;
 }
 .AnyTagClassName
 {
   color: #257072;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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