Html Css Color HEX #257980 Atoll

📋 copy color: '#257980'

red 37 ◦ green 121 ◦ blue 128

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

Shades of Atoll #257980

Tints of Atoll #257980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 44.76%

R = 12.94%
G = 42.31%
B = 44.76%

CMYK

 C value IS 0.71

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#257980 (or 0x257980) is known color: Atoll. HEX triplet: 25, 79 and 80. RGB value is (37,121,128). Sum of RGB (Red+Green+Blue) = 37+121+128=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 121 (47.66% from 255 or 42.31% from 286); Blue value is 128 (50.39% from 255 or 44.76% from 286); Max value from RGB is 128 - color contains mainly: blue. Hex color #257980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257980 is #DA867F. Grayscale: #606060. Windows color (decimal): -14321280 or 8419621. OLE color: 8419621.

HSL color Cylindrical-coordinate representation of color #257980: hue angle of 184.62º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #257980 is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 121 128 -
CMYK 0.71 0.05 0 0.50
HSL 184.62º 0.55% 0.32% -
HSV(B) 184.62º 0.71% 0.5% -
XYZ 11.5 15.63 22.83 -
YUV 96.68 145.67 85.43 -
System Red Green Blue C M Y K H S L
Decimal 37 121 128 0.71 0.05 0 0.50 184.62 0.55 0.32
Hex 25 79 80 47 5 0 32 B9 37 20
Octal 45 171 200 107 5 0 62 271 67 40
Binary 100101 1111001 10000000 1000111 101 0 110010 10111001 110111 100000

Color Harmonies of #257980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257980

Black with #257980

Text Example


Text Example

White with #257980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257980; }

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

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

background-color css

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

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

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

border-color css

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

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

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