#248498

Color #248498 Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #248498

Tints of Scooter #248498

Color information

#248498 (or 0x248498) is unknown color: approx Scooter. HEX triplet: 24, 84 and 98. RGB value is (36,132,152). Sum of RGB (Red+Green+Blue) = 36+132+152=320 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.25% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 152 - color contains mainly: blue. Hex color #248498 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248498 is #DB7B67. Grayscale: #696969. Windows color (decimal): -14383976 or 9995300. OLE color: 9995300.

HSL color Cylindrical-coordinate representation of color #248498: hue angle of 190.34º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #248498 is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB36132152-
CMYK0.760.1300.40
HSL190.34º61.7%36.86%-
HSV(B)190.34º76.32%59.61%-
XYZ14.6519.1432.63-
YUV105.58154.278.37-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.25%
GREEN value IS 132 (51.95% from 255) = 41.25%
BLUE value IS 152 (59.77% from 255) = 47.5%
R=11.25%
G=41.25%
B=47.5%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal361321520.760.1300.40190.3461.736.86
Hex2484984CD028be3e25
Octal44204230114150502767645
Binary100100100001001001100010011001101010100010111110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248498; }

 p { color: rgb(36,132,152); }

 H1.HeaderClassName
 {
   color: #248498;
 }
 .AnyTagClassName
 {
   color: #248498;
 }
</style>
background-color css

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

 a { background-color: rgb(36,132,152); }

 div.DivClassName
 {
   background-color: #248498;
 }
 .BgClassName
 {
   background-color: #248498;
 }
</style>
border-color css

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

 span { border-color: rgb(36,132,152); }

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