#248796

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

Shades of Scooter #248796

Tints of Scooter #248796

Color information

#248796 (or 0x248796) is unknown color: approx Scooter. HEX triplet: 24, 87 and 96. RGB value is (36,135,150). Sum of RGB (Red+Green+Blue) = 36+135+150=321 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.21% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 150 - color contains mainly: blue. Hex color #248796 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248796 is #DB7869. Grayscale: #6A6A6A. Windows color (decimal): -14383210 or 9864996. OLE color: 9864996.

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

Color convert

RGB36135150-
CMYK0.760.100.41
HSL187.89º61.29%36.47%-
HSV(B)187.89º76%58.82%-
XYZ14.919.9131.91-
YUV107.11152.277.28-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.21%
GREEN value IS 135 (53.12% from 255) = 42.06%
BLUE value IS 150 (58.98% from 255) = 46.73%
R=11.21%
G=42.06%
B=46.73%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal361351500.760.100.41187.8961.2936.47
Hex2487964CA029bc3d24
Octal44207226114120512747544
Binary100100100001111001011010011001010010100110111100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248796; }

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

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

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

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

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

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

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

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