#248998

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

Shades of Scooter #248998

Tints of Scooter #248998

Color information

#248998 (or 0x248998) is unknown color: approx Scooter. HEX triplet: 24, 89 and 98. RGB value is (36,137,152). Sum of RGB (Red+Green+Blue) = 36+137+152=325 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.08% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 152 - color contains mainly: blue. Hex color #248998 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248998 is #DB7667. Grayscale: #6C6C6C. Windows color (decimal): -14382696 or 9996580. OLE color: 9996580.

HSL color Cylindrical-coordinate representation of color #248998: hue angle of 187.76º 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 #248998 is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB36137152-
CMYK0.760.1000.40
HSL187.76º61.7%36.86%-
HSV(B)187.76º76.32%59.61%-
XYZ15.3420.5332.86-
YUV108.51152.5476.28-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.08%
GREEN value IS 137 (53.91% from 255) = 42.15%
BLUE value IS 152 (59.77% from 255) = 46.77%
R=11.08%
G=42.15%
B=46.77%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal361371520.760.1000.40187.7661.736.86
Hex2489984CA028bc3e25
Octal44211230114120502747645
Binary100100100010011001100010011001010010100010111100111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248998; }

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

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

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

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

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

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

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

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