Html Css Color HEX #2584AB Scooter

📋 copy color: '#2584AB'

red 37 ◦ green 132 ◦ blue 171

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

Shades of Scooter #2584AB

Tints of Scooter #2584AB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.82%

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

R = 10.88%
G = 38.82%
B = 50.29%

CMYK

 C value IS 0.78

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2584AB (or 0x2584AB) is known color: Scooter. HEX triplet: 25, 84 and AB. RGB value is (37,132,171). Sum of RGB (Red+Green+Blue) = 37+132+171=340 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.88% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #2584AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2584AB is #DA7B54. Grayscale: #6B6B6B. Windows color (decimal): -14318421 or 11240485. OLE color: 11240485.

HSL color Cylindrical-coordinate representation of color #2584AB: hue angle of 197.46º 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 #2584AB is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 132 171 -
CMYK 0.78 0.23 0 0.33
HSL 197.46º 0.64% 0.41% -
HSV(B) 197.46º 0.78% 0.67% -
XYZ 16.36 19.84 41.49 -
YUV 108.04 163.53 77.33 -
System Red Green Blue C M Y K H S L
Decimal 37 132 171 0.78 0.23 0 0.33 197.46 0.64 0.41
Hex 25 84 AB 4E 17 0 21 C5 40 29
Octal 45 204 253 116 27 0 41 305 100 51
Binary 100101 10000100 10101011 1001110 10111 0 100001 11000101 1000000 101001

Color Harmonies of #2584AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2584AB

Black with #2584AB

Text Example


Text Example

White with #2584AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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