Html Css Color HEX #257D84 Atoll

📋 copy color: '#257D84'

red 37 ◦ green 125 ◦ blue 132

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

Shades of Atoll #257D84

Tints of Atoll #257D84

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.52%

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

R = 12.59%
G = 42.52%
B = 44.9%

CMYK

 C value IS 0.72

 M value IS 0.05

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#257D84 (or 0x257D84) is known color: Atoll. HEX triplet: 25, 7D and 84. RGB value is (37,125,132). Sum of RGB (Red+Green+Blue) = 37+125+132=294 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.59% from 294); Green value is 125 (49.22% from 255 or 42.52% from 294); Blue value is 132 (51.95% from 255 or 44.90% from 294); Max value from RGB is 132 - color contains mainly: blue. Hex color #257D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257D84 is #DA827B. Grayscale: #636363. Windows color (decimal): -14320252 or 8682789. OLE color: 8682789.

HSL color Cylindrical-coordinate representation of color #257D84: hue angle of 184.42º 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 #257D84 is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 125 132 -
CMYK 0.72 0.05 0 0.48
HSL 184.42º 0.56% 0.33% -
HSV(B) 184.42º 0.72% 0.52% -
XYZ 12.26 16.73 24.41 -
YUV 99.49 146.35 83.43 -
System Red Green Blue C M Y K H S L
Decimal 37 125 132 0.72 0.05 0 0.48 184.42 0.56 0.33
Hex 25 7D 84 48 5 0 30 B8 38 21
Octal 45 175 204 110 5 0 60 270 70 41
Binary 100101 1111101 10000100 1001000 101 0 110000 10111000 111000 100001

Color Harmonies of #257D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257D84

Black with #257D84

Text Example


Text Example

White with #257D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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