Html Css Color HEX #257C81 Atoll

📋 copy color: '#257C81'

red 37 ◦ green 124 ◦ blue 129

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

Shades of Atoll #257C81

Tints of Atoll #257C81

RGB

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

 GREEN value IS 124 (48.83% from 255) = 42.76%

 BLUE value IS 129 (50.78% from 255) = 44.48%

R = 12.76%
G = 42.76%
B = 44.48%

CMYK

 C value IS 0.71

 M value IS 0.04

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#257C81 (or 0x257C81) is known color: Atoll. HEX triplet: 25, 7C and 81. RGB value is (37,124,129). Sum of RGB (Red+Green+Blue) = 37+124+129=290 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.76% from 290); Green value is 124 (48.83% from 255 or 42.76% from 290); Blue value is 129 (50.78% from 255 or 44.48% from 290); Max value from RGB is 129 - color contains mainly: blue. Hex color #257C81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257C81 is #DA837E. Grayscale: #626262. Windows color (decimal): -14320511 or 8485925. OLE color: 8485925.

HSL color Cylindrical-coordinate representation of color #257C81: hue angle of 183.26º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #257C81 is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 124 129 -
CMYK 0.71 0.04 0 0.49
HSL 183.26º 0.55% 0.33% -
HSV(B) 183.26º 0.71% 0.51% -
XYZ 11.93 16.39 23.3 -
YUV 98.56 145.18 84.09 -
System Red Green Blue C M Y K H S L
Decimal 37 124 129 0.71 0.04 0 0.49 183.26 0.55 0.33
Hex 25 7C 81 47 4 0 31 B7 37 21
Octal 45 174 201 107 4 0 61 267 67 41
Binary 100101 1111100 10000001 1000111 100 0 110001 10110111 110111 100001

Color Harmonies of #257C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257C81

Black with #257C81

Text Example


Text Example

White with #257C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,124,129); }

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

background-color css

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

 a { background-color: rgb(37,124,129); }

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

border-color css

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

 span { border-color: rgb(37,124,129); }

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