Html Css Color HEX #257077 Atoll

📋 copy color: '#257077'

red 37 ◦ green 112 ◦ blue 119

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

Shades of Atoll #257077

Tints of Atoll #257077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 44.4%

R = 13.81%
G = 41.79%
B = 44.4%

CMYK

 C value IS 0.69

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#257077 (or 0x257077) is known color: Atoll. HEX triplet: 25, 70 and 77. RGB value is (37,112,119). Sum of RGB (Red+Green+Blue) = 37+112+119=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 119 (46.88% from 255 or 44.40% from 268); Max value from RGB is 119 - color contains mainly: blue. Hex color #257077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257077 is #DA8F88. Grayscale: #5A5A5A. Windows color (decimal): -14323593 or 7827493. OLE color: 7827493.

HSL color Cylindrical-coordinate representation of color #257077: hue angle of 185.12º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257077 is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 37 112 119 -
CMYK 0.69 0.06 0 0.53
HSL 185.12º 0.53% 0.31% -
HSV(B) 185.12º 0.69% 0.47% -
XYZ 9.89 13.31 19.5 -
YUV 90.37 144.15 89.93 -
System Red Green Blue C M Y K H S L
Decimal 37 112 119 0.69 0.06 0 0.53 185.12 0.53 0.31
Hex 25 70 77 45 6 0 35 B9 35 1F
Octal 45 160 167 105 6 0 65 271 65 37
Binary 100101 1110000 1110111 1000101 110 0 110101 10111001 110101 11111

Color Harmonies of #257077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257077

Black with #257077

Text Example


Text Example

White with #257077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257077; }

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

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

background-color css

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

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

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

border-color css

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

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

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