Html Css Color HEX #2580AB Scooter

📋 copy color: '#2580AB'

red 37 ◦ green 128 ◦ blue 171

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

Shades of Scooter #2580AB

Tints of Scooter #2580AB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.1%

 BLUE value IS 171 (67.19% from 255) = 50.89%

R = 11.01%
G = 38.1%
B = 50.89%

CMYK

 C value IS 0.78

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2580AB (or 0x2580AB) is known color: Scooter. HEX triplet: 25, 80 and AB. RGB value is (37,128,171). Sum of RGB (Red+Green+Blue) = 37+128+171=336 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.01% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #2580AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2580AB is #DA7F54. Grayscale: #696969. Windows color (decimal): -14319445 or 11239461. OLE color: 11239461.

HSL color Cylindrical-coordinate representation of color #2580AB: hue angle of 199.25º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2580AB is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 128 171 -
CMYK 0.78 0.25 0 0.33
HSL 199.25º 0.64% 0.41% -
HSV(B) 199.25º 0.78% 0.67% -
XYZ 15.83 18.77 41.32 -
YUV 105.69 164.85 79 -
System Red Green Blue C M Y K H S L
Decimal 37 128 171 0.78 0.25 0 0.33 199.25 0.64 0.41
Hex 25 80 AB 4E 19 0 21 C7 40 29
Octal 45 200 253 116 31 0 41 307 100 51
Binary 100101 10000000 10101011 1001110 11001 0 100001 11000111 1000000 101001

Color Harmonies of #2580AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2580AB

Black with #2580AB

Text Example


Text Example

White with #2580AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2580AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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