Html Css Color HEX #257E84 Atoll

📋 copy color: '#257E84'

red 37 ◦ green 126 ◦ blue 132

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

Shades of Atoll #257E84

Tints of Atoll #257E84

RGB

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

 GREEN value IS 126 (49.61% from 255) = 42.71%

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

R = 12.54%
G = 42.71%
B = 44.75%

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

#257E84 (or 0x257E84) is known color: Atoll. HEX triplet: 25, 7E and 84. RGB value is (37,126,132). Sum of RGB (Red+Green+Blue) = 37+126+132=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 126 (49.61% from 255 or 42.71% from 295); Blue value is 132 (51.95% from 255 or 44.75% from 295); Max value from RGB is 132 - color contains mainly: blue. Hex color #257E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257E84 is #DA817B. Grayscale: #636363. Windows color (decimal): -14319996 or 8683045. OLE color: 8683045.

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

Color convert

RGB 37 126 132 -
CMYK 0.72 0.05 0 0.48
HSL 183.79º 0.56% 0.33% -
HSV(B) 183.79º 0.72% 0.52% -
XYZ 12.39 16.98 24.45 -
YUV 100.07 146.01 83.01 -
System Red Green Blue C M Y K H S L
Decimal 37 126 132 0.72 0.05 0 0.48 183.79 0.56 0.33
Hex 25 7E 84 48 5 0 30 B8 38 21
Octal 45 176 204 110 5 0 60 270 70 41
Binary 100101 1111110 10000100 1001000 101 0 110000 10111000 111000 100001

Color Harmonies of #257E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257E84

Black with #257E84

Text Example


Text Example

White with #257E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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