#308496

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

Shades of Scooter #308496

Tints of Scooter #308496

Color information

#308496 (or 0x308496) is unknown color: approx Scooter. HEX triplet: 30, 84 and 96. RGB value is (48,132,150). Sum of RGB (Red+Green+Blue) = 48+132+150=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 150 - color contains mainly: blue. Hex color #308496 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308496 is #CF7B69. Grayscale: #6C6C6C. Windows color (decimal): -13597546 or 9864240. OLE color: 9864240.

HSL color Cylindrical-coordinate representation of color #308496: hue angle of 190.59º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #308496 is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB48132150-
CMYK0.680.1200.41
HSL190.59º51.52%38.82%-
HSV(B)190.59º68%58.82%-
XYZ14.9819.3331.8-
YUV108.94151.1784.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.55%
GREEN value IS 132 (51.95% from 255) = 40%
BLUE value IS 150 (58.98% from 255) = 45.45%
R=14.55%
G=40%
B=45.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal481321500.680.1200.41190.5951.5238.82
Hex30849644C029bf3427
Octal60204226104140512776447
Binary110000100001001001011010001001100010100110111111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308496; }

 p { color: rgb(48,132,150); }

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

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

 a { background-color: rgb(48,132,150); }

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

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

 span { border-color: rgb(48,132,150); }

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