#30819E

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

Shades of Scooter #30819E

Tints of Scooter #30819E

Color information

#30819E (or 0x30819E) is unknown color: approx Scooter. HEX triplet: 30, 81 and 9E. RGB value is (48,129,158). Sum of RGB (Red+Green+Blue) = 48+129+158=335 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.33% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 158 - color contains mainly: blue. Hex color #30819E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30819E is #CF7E61. Grayscale: #6B6B6B. Windows color (decimal): -13598306 or 10387760. OLE color: 10387760.

HSL color Cylindrical-coordinate representation of color #30819E: hue angle of 195.82º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30819E is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB48129158-
CMYK0.700.1800.38
HSL195.82º53.4%40.39%-
HSV(B)195.82º69.62%61.96%-
XYZ15.2418.835.17-
YUV108.09156.1685.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.33%
GREEN value IS 129 (50.78% from 255) = 38.51%
BLUE value IS 158 (62.11% from 255) = 47.16%
R=14.33%
G=38.51%
B=47.16%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal481291580.700.1800.38195.8253.440.39
Hex30819E4612026c43528
Octal60201236106220463046550
Binary1100001000000110011110100011010010010011011000100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30819E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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