Html Css Color HEX #2495A3 Scooter

📋 copy color: '#2495A3'

red 36 ◦ green 149 ◦ blue 163

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

Shades of Scooter #2495A3

Tints of Scooter #2495A3

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.82%

 BLUE value IS 163 (64.06% from 255) = 46.84%

R = 10.34%
G = 42.82%
B = 46.84%

CMYK

 C value IS 0.78

 M value IS 0.09

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#2495A3 (or 0x2495A3) is known color: Scooter. HEX triplet: 24, 95 and A3. RGB value is (36,149,163). Sum of RGB (Red+Green+Blue) = 36+149+163=348 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.34% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 163 (64.06% from 255 or 46.84% from 348); Max value from RGB is 163 - color contains mainly: blue. Hex color #2495A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2495A3 is #DB6A5C. Grayscale: #747474. Windows color (decimal): -14379613 or 10720548. OLE color: 10720548.

HSL color Cylindrical-coordinate representation of color #2495A3: hue angle of 186.61º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2495A3 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 36 149 163 -
CMYK 0.78 0.09 0 0.36
HSL 186.61º 0.64% 0.39% -
HSV(B) 186.61º 0.78% 0.64% -
XYZ 18.09 24.51 38.43 -
YUV 116.81 154.06 70.36 -
System Red Green Blue C M Y K H S L
Decimal 36 149 163 0.78 0.09 0 0.36 186.61 0.64 0.39
Hex 24 95 A3 4E 9 0 24 BB 40 27
Octal 44 225 243 116 11 0 44 273 100 47
Binary 100100 10010101 10100011 1001110 1001 0 100100 10111011 1000000 100111

Color Harmonies of #2495A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2495A3

Black with #2495A3

Text Example


Text Example

White with #2495A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2495A3; }

 p { color: rgb(36,149,163); }

 H1.HeaderClassName
 {
   color: #2495A3;
 }
 .AnyTagClassName
 {
   color: #2495A3;
 }
</style>

background-color css

<style>
 a { background-color: #2495A3; }

 a { background-color: rgb(36,149,163); }

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

border-color css

<style>
 span { border-color: #2495A3; }

 span { border-color: rgb(36,149,163); }

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