Html Css Color HEX #2492A5 Scooter

📋 copy color: '#2492A5'

red 36 ◦ green 146 ◦ blue 165

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

Shades of Scooter #2492A5

Tints of Scooter #2492A5

RGB

 RED value IS 36 (14.45% from 255) = 10.37%

 GREEN value IS 146 (57.42% from 255) = 42.07%

 BLUE value IS 165 (64.84% from 255) = 47.55%

R = 10.37%
G = 42.07%
B = 47.55%

CMYK

 C value IS 0.78

 M value IS 0.12

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#2492A5 (or 0x2492A5) is known color: Scooter. HEX triplet: 24, 92 and A5. RGB value is (36,146,165). Sum of RGB (Red+Green+Blue) = 36+146+165=347 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.37% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 165 (64.84% from 255 or 47.55% from 347); Max value from RGB is 165 - color contains mainly: blue. Hex color #2492A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2492A5 is #DB6D5A. Grayscale: #737373. Windows color (decimal): -14380379 or 10850852. OLE color: 10850852.

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

Color convert

RGB 36 146 165 -
CMYK 0.78 0.12 0 0.35
HSL 188.84º 0.64% 0.39% -
HSV(B) 188.84º 0.78% 0.65% -
XYZ 17.8 23.65 39.22 -
YUV 115.28 156.06 71.46 -
System Red Green Blue C M Y K H S L
Decimal 36 146 165 0.78 0.12 0 0.35 188.84 0.64 0.39
Hex 24 92 A5 4E C 0 23 BD 40 27
Octal 44 222 245 116 14 0 43 275 100 47
Binary 100100 10010010 10100101 1001110 1100 0 100011 10111101 1000000 100111

Color Harmonies of #2492A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2492A5

Black with #2492A5

Text Example


Text Example

White with #2492A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2492A5; }

 p { color: rgb(36,146,165); }

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

background-color css

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

 a { background-color: rgb(36,146,165); }

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

border-color css

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

 span { border-color: rgb(36,146,165); }

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