#248898

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

Shades of Scooter #248898

Tints of Scooter #248898

Color information

#248898 (or 0x248898) is unknown color: approx Scooter. HEX triplet: 24, 88 and 98. RGB value is (36,136,152). Sum of RGB (Red+Green+Blue) = 36+136+152=324 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.11% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 152 (59.77% from 255 or 46.91% from 324); Max value from RGB is 152 - color contains mainly: blue. Hex color #248898 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248898 is #DB7767. Grayscale: #6B6B6B. Windows color (decimal): -14382952 or 9996324. OLE color: 9996324.

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

Color convert

RGB36136152-
CMYK0.760.1100.40
HSL188.28º61.7%36.86%-
HSV(B)188.28º76.32%59.61%-
XYZ15.220.2532.81-
YUV107.92152.8776.7-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.11%
GREEN value IS 136 (53.52% from 255) = 41.98%
BLUE value IS 152 (59.77% from 255) = 46.91%
R=11.11%
G=41.98%
B=46.91%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal361361520.760.1100.40188.2861.736.86
Hex2488984CB028bc3e25
Octal44210230114130502747645
Binary100100100010001001100010011001011010100010111100111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248898; }

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

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

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

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

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

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

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

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