Html Css Color HEX #257071 Atoll

📋 copy color: '#257071'

red 37 ◦ green 112 ◦ blue 113

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

Shades of Atoll #257071

Tints of Atoll #257071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 43.13%

R = 14.12%
G = 42.75%
B = 43.13%

CMYK

 C value IS 0.67

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#257071 (or 0x257071) is known color: Atoll. HEX triplet: 25, 70 and 71. RGB value is (37,112,113). Sum of RGB (Red+Green+Blue) = 37+112+113=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 113 - color contains mainly: blue. Hex color #257071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257071 is #DA8F8E. Grayscale: #595959. Windows color (decimal): -14323599 or 7434277. OLE color: 7434277.

HSL color Cylindrical-coordinate representation of color #257071: hue angle of 180.79º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #257071 is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 112 113 -
CMYK 0.67 0.01 0 0.56
HSL 180.79º 0.51% 0.29% -
HSV(B) 180.79º 0.67% 0.44% -
XYZ 9.54 13.17 17.66 -
YUV 89.69 141.15 90.42 -
System Red Green Blue C M Y K H S L
Decimal 37 112 113 0.67 0.01 0 0.56 180.79 0.51 0.29
Hex 25 70 71 43 1 0 38 B5 33 1D
Octal 45 160 161 103 1 0 70 265 63 35
Binary 100101 1110000 1110001 1000011 1 0 111000 10110101 110011 11101

Color Harmonies of #257071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257071

Black with #257071

Text Example


Text Example

White with #257071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257071; }

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

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

background-color css

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

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

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

border-color css

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

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

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