#30849A

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

Shades of Scooter #30849A

Tints of Scooter #30849A

Color information

#30849A (or 0x30849A) is unknown color: approx Scooter. HEX triplet: 30, 84 and 9A. RGB value is (48,132,154). Sum of RGB (Red+Green+Blue) = 48+132+154=334 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.37% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 154 (60.55% from 255 or 46.11% from 334); Max value from RGB is 154 - color contains mainly: blue. Hex color #30849A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30849A is #CF7B65. Grayscale: #6D6D6D. Windows color (decimal): -13597542 or 10126384. OLE color: 10126384.

HSL color Cylindrical-coordinate representation of color #30849A: hue angle of 192.45º 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 #30849A is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB48132154-
CMYK0.690.1400.40
HSL192.45º52.48%39.61%-
HSV(B)192.45º68.83%60.39%-
XYZ15.319.4633.52-
YUV109.39153.1784.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.37%
GREEN value IS 132 (51.95% from 255) = 39.52%
BLUE value IS 154 (60.55% from 255) = 46.11%
R=14.37%
G=39.52%
B=46.11%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal481321540.690.1400.40192.4552.4839.61
Hex30849A45E028c03428
Octal60204232105160503006450
Binary110000100001001001101010001011110010100011000000110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30849A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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