#248298

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

Shades of Scooter #248298

Tints of Scooter #248298

Color information

#248298 (or 0x248298) is unknown color: approx Scooter. HEX triplet: 24, 82 and 98. RGB value is (36,130,152). Sum of RGB (Red+Green+Blue) = 36+130+152=318 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.32% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 152 (59.77% from 255 or 47.80% from 318); Max value from RGB is 152 - color contains mainly: blue. Hex color #248298 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248298 is #DB7D67. Grayscale: #686868. Windows color (decimal): -14384488 or 9994788. OLE color: 9994788.

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

Color convert

RGB36130152-
CMYK0.760.1400.40
HSL191.38º61.7%36.86%-
HSV(B)191.38º76.32%59.61%-
XYZ14.3818.6132.54-
YUV104.4154.8679.21-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.32%
GREEN value IS 130 (51.17% from 255) = 40.88%
BLUE value IS 152 (59.77% from 255) = 47.80%
R=11.32%
G=40.88%
B=47.80%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal361301520.760.1400.40191.3861.736.86
Hex2482984CE028bf3e25
Octal44202230114160502777645
Binary100100100000101001100010011001110010100010111111111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248298; }

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

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

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

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

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

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

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

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