#308796

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

Shades of Scooter #308796

Tints of Scooter #308796

Color information

#308796 (or 0x308796) is unknown color: approx Scooter. HEX triplet: 30, 87 and 96. RGB value is (48,135,150). Sum of RGB (Red+Green+Blue) = 48+135+150=333 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.41% from 333); Green value is 135 (53.12% from 255 or 40.54% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #308796 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308796 is #CF7869. Grayscale: #6E6E6E. Windows color (decimal): -13596778 or 9865008. OLE color: 9865008.

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

Color convert

RGB48135150-
CMYK0.680.100.41
HSL188.82º51.52%38.82%-
HSV(B)188.82º68%58.82%-
XYZ15.3920.1631.93-
YUV110.7150.1883.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.41%
GREEN value IS 135 (53.12% from 255) = 40.54%
BLUE value IS 150 (58.98% from 255) = 45.05%
R=14.41%
G=40.54%
B=45.05%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal481351500.680.100.41188.8251.5238.82
Hex30879644A029bd3427
Octal60207226104120512756447
Binary110000100001111001011010001001010010100110111101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308796; }

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

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

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

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

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

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

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

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