Html Css Color HEX #257F84 Atoll

📋 copy color: '#257F84'

red 37 ◦ green 127 ◦ blue 132

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

Shades of Atoll #257F84

Tints of Atoll #257F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 44.59%

R = 12.5%
G = 42.91%
B = 44.59%

CMYK

 C value IS 0.72

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#257F84 (or 0x257F84) is known color: Atoll. HEX triplet: 25, 7F and 84. RGB value is (37,127,132). Sum of RGB (Red+Green+Blue) = 37+127+132=296 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.5% from 296); Green value is 127 (50% from 255 or 42.91% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 132 - color contains mainly: blue. Hex color #257F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257F84 is #DA807B. Grayscale: #646464. Windows color (decimal): -14319740 or 8683301. OLE color: 8683301.

HSL color Cylindrical-coordinate representation of color #257F84: hue angle of 183.16º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #257F84 is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 127 132 -
CMYK 0.72 0.04 0 0.48
HSL 183.16º 0.56% 0.33% -
HSV(B) 183.16º 0.72% 0.52% -
XYZ 12.52 17.24 24.5 -
YUV 100.66 145.68 82.59 -
System Red Green Blue C M Y K H S L
Decimal 37 127 132 0.72 0.04 0 0.48 183.16 0.56 0.33
Hex 25 7F 84 48 4 0 30 B7 38 21
Octal 45 177 204 110 4 0 60 267 70 41
Binary 100101 1111111 10000100 1001000 100 0 110000 10110111 111000 100001

Color Harmonies of #257F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257F84

Black with #257F84

Text Example


Text Example

White with #257F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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