Html Css Color HEX #257981 Atoll

📋 copy color: '#257981'

red 37 ◦ green 121 ◦ blue 129

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

Shades of Atoll #257981

Tints of Atoll #257981

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.16%

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

R = 12.89%
G = 42.16%
B = 44.95%

CMYK

 C value IS 0.71

 M value IS 0.06

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#257981 (or 0x257981) is known color: Atoll. HEX triplet: 25, 79 and 81. RGB value is (37,121,129). Sum of RGB (Red+Green+Blue) = 37+121+129=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 121 (47.66% from 255 or 42.16% from 287); Blue value is 129 (50.78% from 255 or 44.95% from 287); Max value from RGB is 129 - color contains mainly: blue. Hex color #257981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257981 is #DA867E. Grayscale: #606060. Windows color (decimal): -14321279 or 8485157. OLE color: 8485157.

HSL color Cylindrical-coordinate representation of color #257981: hue angle of 185.22º 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 #257981 is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 121 129 -
CMYK 0.71 0.06 0 0.49
HSL 185.22º 0.55% 0.33% -
HSV(B) 185.22º 0.71% 0.51% -
XYZ 11.56 15.65 23.18 -
YUV 96.8 146.17 85.35 -
System Red Green Blue C M Y K H S L
Decimal 37 121 129 0.71 0.06 0 0.49 185.22 0.55 0.33
Hex 25 79 81 47 6 0 31 B9 37 21
Octal 45 171 201 107 6 0 61 271 67 41
Binary 100101 1111001 10000001 1000111 110 0 110001 10111001 110111 100001

Color Harmonies of #257981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257981

Black with #257981

Text Example


Text Example

White with #257981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257981; }

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

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

background-color css

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

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

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

border-color css

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

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

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