#309099

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

Shades of Scooter #309099

Tints of Scooter #309099

Color information

#309099 (or 0x309099) is unknown color: approx Scooter. HEX triplet: 30, 90 and 99. RGB value is (48,144,153). Sum of RGB (Red+Green+Blue) = 48+144+153=345 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.91% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #309099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309099 is #CF6F66. Grayscale: #747474. Windows color (decimal): -13594471 or 10063920. OLE color: 10063920.

HSL color Cylindrical-coordinate representation of color #309099: hue angle of 185.14º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309099 is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB48144153-
CMYK0.690.0600.4
HSL185.14º52.24%39.41%-
HSV(B)185.14º68.63%60%-
XYZ16.9422.8733.66-
YUV116.32148.779.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.91%
GREEN value IS 144 (56.64% from 255) = 41.74%
BLUE value IS 153 (60.16% from 255) = 44.35%
R=13.91%
G=41.74%
B=44.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal481441530.690.0600.4185.1452.2439.41
Hex309099456028b93427
Octal6022023110560502716447
Binary11000010010000100110011000101110010100010111001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309099; }

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

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

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

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

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

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

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

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