#30949A

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

Shades of Scooter #30949A

Tints of Scooter #30949A

Color information

#30949A (or 0x30949A) is unknown color: approx Scooter. HEX triplet: 30, 94 and 9A. RGB value is (48,148,154). Sum of RGB (Red+Green+Blue) = 48+148+154=350 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.71% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 154 - color contains mainly: blue. Hex color #30949A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30949A is #CF6B65. Grayscale: #767676. Windows color (decimal): -13593446 or 10130480. OLE color: 10130480.

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

Color convert

RGB48148154-
CMYK0.690.0400.40
HSL183.4º52.48%39.61%-
HSV(B)183.4º68.83%60.39%-
XYZ17.6424.1434.3-
YUV118.78147.8777.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.71%
GREEN value IS 148 (58.20% from 255) = 42.29%
BLUE value IS 154 (60.55% from 255) = 44%
R=13.71%
G=42.29%
B=44%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal481481540.690.0400.40183.452.4839.61
Hex30949A454028b73428
Octal6022423210540502676450
Binary11000010010100100110101000101100010100010110111110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30949A; }

 p { color: rgb(48,148,154); }

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

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

 a { background-color: rgb(48,148,154); }

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

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

 span { border-color: rgb(48,148,154); }

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