Html Css Color HEX #257580 Atoll

📋 copy color: '#257580'

red 37 ◦ green 117 ◦ blue 128

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

Shades of Atoll #257580

Tints of Atoll #257580

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.49%

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

R = 13.12%
G = 41.49%
B = 45.39%

CMYK

 C value IS 0.71

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#257580 (or 0x257580) is known color: Atoll. HEX triplet: 25, 75 and 80. RGB value is (37,117,128). Sum of RGB (Red+Green+Blue) = 37+117+128=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 128 (50.39% from 255 or 45.39% from 282); Max value from RGB is 128 - color contains mainly: blue. Hex color #257580 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257580 is #DA8A7F. Grayscale: #5E5E5E. Windows color (decimal): -14322304 or 8418597. OLE color: 8418597.

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

Color convert

RGB 37 117 128 -
CMYK 0.71 0.09 0 0.50
HSL 187.25º 0.55% 0.32% -
HSV(B) 187.25º 0.71% 0.5% -
XYZ 11.02 14.67 22.67 -
YUV 94.33 147 87.11 -
System Red Green Blue C M Y K H S L
Decimal 37 117 128 0.71 0.09 0 0.50 187.25 0.55 0.32
Hex 25 75 80 47 9 0 32 BB 37 20
Octal 45 165 200 107 11 0 62 273 67 40
Binary 100101 1110101 10000000 1000111 1001 0 110010 10111011 110111 100000

Color Harmonies of #257580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257580

Black with #257580

Text Example


Text Example

White with #257580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257580; }

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

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

background-color css

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

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

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

border-color css

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

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

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