Html Css Color HEX #2585AA Scooter

📋 copy color: '#2585AA'

red 37 ◦ green 133 ◦ blue 170

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

Shades of Scooter #2585AA

Tints of Scooter #2585AA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.12%

 BLUE value IS 170 (66.8% from 255) = 50%

R = 10.88%
G = 39.12%
B = 50%

CMYK

 C value IS 0.78

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2585AA (or 0x2585AA) is known color: Scooter. HEX triplet: 25, 85 and AA. RGB value is (37,133,170). Sum of RGB (Red+Green+Blue) = 37+133+170=340 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.88% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #2585AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2585AA is #DA7A55. Grayscale: #6C6C6C. Windows color (decimal): -14318166 or 11175205. OLE color: 11175205.

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

Color convert

RGB 37 133 170 -
CMYK 0.78 0.22 0 0.33
HSL 196.69º 0.64% 0.41% -
HSV(B) 196.69º 0.78% 0.67% -
XYZ 16.41 20.07 41.04 -
YUV 108.51 162.7 76.99 -
System Red Green Blue C M Y K H S L
Decimal 37 133 170 0.78 0.22 0 0.33 196.69 0.64 0.41
Hex 25 85 AA 4E 16 0 21 C5 40 29
Octal 45 205 252 116 26 0 41 305 100 51
Binary 100101 10000101 10101010 1001110 10110 0 100001 11000101 1000000 101001

Color Harmonies of #2585AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2585AA

Black with #2585AA

Text Example


Text Example

White with #2585AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2585AA; }

 p { color: rgb(37,133,170); }

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

background-color css

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

 a { background-color: rgb(37,133,170); }

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

border-color css

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

 span { border-color: rgb(37,133,170); }

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