Html Css Color HEX #2584A7 Scooter

📋 copy color: '#2584A7'

red 37 ◦ green 132 ◦ blue 167

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

Shades of Scooter #2584A7

Tints of Scooter #2584A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 49.7%

R = 11.01%
G = 39.29%
B = 49.7%

CMYK

 C value IS 0.78

 M value IS 0.21

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#2584A7 (or 0x2584A7) is known color: Scooter. HEX triplet: 25, 84 and A7. RGB value is (37,132,167). Sum of RGB (Red+Green+Blue) = 37+132+167=336 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.01% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 167 (65.62% from 255 or 49.70% from 336); Max value from RGB is 167 - color contains mainly: blue. Hex color #2584A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2584A7 is #DA7B58. Grayscale: #6B6B6B. Windows color (decimal): -14318425 or 10978341. OLE color: 10978341.

HSL color Cylindrical-coordinate representation of color #2584A7: hue angle of 196.15º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2584A7 is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 37 132 167 -
CMYK 0.78 0.21 0 0.35
HSL 196.15º 0.64% 0.4% -
HSV(B) 196.15º 0.78% 0.65% -
XYZ 15.99 19.69 39.52 -
YUV 107.59 161.53 77.65 -
System Red Green Blue C M Y K H S L
Decimal 37 132 167 0.78 0.21 0 0.35 196.15 0.64 0.4
Hex 25 84 A7 4E 15 0 23 C4 40 28
Octal 45 204 247 116 25 0 43 304 100 50
Binary 100101 10000100 10100111 1001110 10101 0 100011 11000100 1000000 101000

Color Harmonies of #2584A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2584A7

Black with #2584A7

Text Example


Text Example

White with #2584A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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