#248098

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

Shades of Scooter #248098

Tints of Scooter #248098

Color information

#248098 (or 0x248098) is unknown color: approx Scooter. HEX triplet: 24, 80 and 98. RGB value is (36,128,152). Sum of RGB (Red+Green+Blue) = 36+128+152=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 152 (59.77% from 255 or 48.10% from 316); Max value from RGB is 152 - color contains mainly: blue. Hex color #248098 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248098 is #DB7F67. Grayscale: #676767. Windows color (decimal): -14385000 or 9994276. OLE color: 9994276.

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

Color convert

RGB36128152-
CMYK0.760.1600.40
HSL192.41º61.7%36.86%-
HSV(B)192.41º76.32%59.61%-
XYZ14.1118.0832.45-
YUV103.23155.5280.05-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.39%
GREEN value IS 128 (50.39% from 255) = 40.51%
BLUE value IS 152 (59.77% from 255) = 48.10%
R=11.39%
G=40.51%
B=48.10%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal361281520.760.1600.40192.4161.736.86
Hex2480984C10028c03e25
Octal44200230114200503007645
Binary1001001000000010011000100110010000010100011000000111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248098; }

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

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

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

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

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

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

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

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