#248296

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

Shades of Scooter #248296

Tints of Scooter #248296

Color information

#248296 (or 0x248296) is unknown color: approx Scooter. HEX triplet: 24, 82 and 96. RGB value is (36,130,150). Sum of RGB (Red+Green+Blue) = 36+130+150=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 150 (58.98% from 255 or 47.47% from 316); Max value from RGB is 150 - color contains mainly: blue. Hex color #248296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248296 is #DB7D69. Grayscale: #686868. Windows color (decimal): -14384490 or 9863716. OLE color: 9863716.

HSL color Cylindrical-coordinate representation of color #248296: hue angle of 190.53º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #248296 is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB36130150-
CMYK0.760.1300.41
HSL190.53º61.29%36.47%-
HSV(B)190.53º76%58.82%-
XYZ14.2218.5431.68-
YUV104.17153.8679.37-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.39%
GREEN value IS 130 (51.17% from 255) = 41.14%
BLUE value IS 150 (58.98% from 255) = 47.47%
R=11.39%
G=41.14%
B=47.47%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal361301500.760.1300.41190.5361.2936.47
Hex2482964CD029bf3d24
Octal44202226114150512777544
Binary100100100000101001011010011001101010100110111111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248296; }

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

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

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

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

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

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

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

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