#309096

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

Shades of Scooter #309096

Tints of Scooter #309096

Color information

#309096 (or 0x309096) is unknown color: approx Scooter. HEX triplet: 30, 90 and 96. RGB value is (48,144,150). Sum of RGB (Red+Green+Blue) = 48+144+150=342 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.04% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 150 - color contains mainly: blue. Hex color #309096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309096 is #CF6F69. Grayscale: #737373. Windows color (decimal): -13594474 or 9867312. OLE color: 9867312.

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

Color convert

RGB48144150-
CMYK0.680.0400.41
HSL183.53º51.52%38.82%-
HSV(B)183.53º68%58.82%-
XYZ16.722.7832.37-
YUV115.98147.279.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.04%
GREEN value IS 144 (56.64% from 255) = 42.11%
BLUE value IS 150 (58.98% from 255) = 43.86%
R=14.04%
G=42.11%
B=43.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal481441500.680.0400.41183.5351.5238.82
Hex309096444029b83427
Octal6022022610440512706447
Binary11000010010000100101101000100100010100110111000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309096; }

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

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

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

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

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

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

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

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