#308396

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

Shades of Scooter #308396

Tints of Scooter #308396

Color information

#308396 (or 0x308396) is unknown color: approx Scooter. HEX triplet: 30, 83 and 96. RGB value is (48,131,150). Sum of RGB (Red+Green+Blue) = 48+131+150=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 150 (58.98% from 255 or 45.59% from 329); Max value from RGB is 150 - color contains mainly: blue. Hex color #308396 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308396 is #CF7C69. Grayscale: #6C6C6C. Windows color (decimal): -13597802 or 9863984. OLE color: 9863984.

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

Color convert

RGB48131150-
CMYK0.680.1300.41
HSL191.18º51.52%38.82%-
HSV(B)191.18º68%58.82%-
XYZ14.8419.0631.75-
YUV108.35151.584.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.59%
GREEN value IS 131 (51.56% from 255) = 39.82%
BLUE value IS 150 (58.98% from 255) = 45.59%
R=14.59%
G=39.82%
B=45.59%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal481311500.680.1300.41191.1851.5238.82
Hex30839644D029bf3427
Octal60203226104150512776447
Binary110000100000111001011010001001101010100110111111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308396; }

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

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

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

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

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

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

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

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