#30819a

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

Shades of Scooter #30819A

Tints of Scooter #30819A

Color information

#30819A (or 0x30819A) is unknown color: approx Scooter. HEX triplet: 30, 81 and 9A. RGB value is (48,129,154). Sum of RGB (Red+Green+Blue) = 48+129+154=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 154 (60.55% from 255 or 46.53% from 331); Max value from RGB is 154 - color contains mainly: blue. Hex color #30819A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30819A is #CF7E65. Grayscale: #6B6B6B. Windows color (decimal): -13598310 or 10125616. OLE color: 10125616.

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

Color convert

RGB48129154-
CMYK0.690.1600.40
HSL194.15º52.48%39.61%-
HSV(B)194.15º68.83%60.39%-
XYZ14.918.6633.39-
YUV107.63154.1685.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.50%
GREEN value IS 129 (50.78% from 255) = 38.97%
BLUE value IS 154 (60.55% from 255) = 46.53%
R=14.50%
G=38.97%
B=46.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal481291540.690.1600.40194.1552.4839.61
Hex30819A4510028c23428
Octal60201232105200503026450
Binary1100001000000110011010100010110000010100011000010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30819a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30819a; }

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

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

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

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

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

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

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

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