Html Css Color HEX #257F87 Atoll

📋 copy color: '#257F87'

red 37 ◦ green 127 ◦ blue 135

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

Shades of Atoll #257F87

Tints of Atoll #257F87

RGB

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

 GREEN value IS 127 (50% from 255) = 42.47%

 BLUE value IS 135 (53.13% from 255) = 45.15%

R = 12.37%
G = 42.47%
B = 45.15%

CMYK

 C value IS 0.73

 M value IS 0.06

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#257F87 (or 0x257F87) is known color: Atoll. HEX triplet: 25, 7F and 87. RGB value is (37,127,135). Sum of RGB (Red+Green+Blue) = 37+127+135=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 127 (50% from 255 or 42.47% from 299); Blue value is 135 (53.12% from 255 or 45.15% from 299); Max value from RGB is 135 - color contains mainly: blue. Hex color #257F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257F87 is #DA8078. Grayscale: #646464. Windows color (decimal): -14319737 or 8879909. OLE color: 8879909.

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

Color convert

RGB 37 127 135 -
CMYK 0.73 0.06 0 0.47
HSL 184.9º 0.57% 0.34% -
HSV(B) 184.9º 0.73% 0.53% -
XYZ 12.73 17.32 25.59 -
YUV 101 147.18 82.35 -
System Red Green Blue C M Y K H S L
Decimal 37 127 135 0.73 0.06 0 0.47 184.9 0.57 0.34
Hex 25 7F 87 49 6 0 2F B9 39 22
Octal 45 177 207 111 6 0 57 271 71 42
Binary 100101 1111111 10000111 1001001 110 0 101111 10111001 111001 100010

Color Harmonies of #257F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257F87

Black with #257F87

Text Example


Text Example

White with #257F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257F87; }

 p { color: rgb(37,127,135); }

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

background-color css

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

 a { background-color: rgb(37,127,135); }

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

border-color css

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

 span { border-color: rgb(37,127,135); }

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