#30859F

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

Shades of Scooter #30859F

Tints of Scooter #30859F

Color information

#30859F (or 0x30859F) is unknown color: approx Scooter. HEX triplet: 30, 85 and 9F. RGB value is (48,133,159). Sum of RGB (Red+Green+Blue) = 48+133+159=340 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.12% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 159 (62.5% from 255 or 46.76% from 340); Max value from RGB is 159 - color contains mainly: blue. Hex color #30859F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30859F is #CF7A60. Grayscale: #6E6E6E. Windows color (decimal): -13597281 or 10454320. OLE color: 10454320.

HSL color Cylindrical-coordinate representation of color #30859F: hue angle of 194.05º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30859F is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB48133159-
CMYK0.700.1600.38
HSL194.05º53.62%40.59%-
HSV(B)194.05º69.81%62.35%-
XYZ15.8619.9135.81-
YUV110.55155.3483.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.12%
GREEN value IS 133 (52.34% from 255) = 39.12%
BLUE value IS 159 (62.5% from 255) = 46.76%
R=14.12%
G=39.12%
B=46.76%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal481331590.700.1600.38194.0553.6240.59
Hex30859F4610026c23629
Octal60205237106200463026651
Binary1100001000010110011111100011010000010011011000010110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30859F; }

 p { color: rgb(48,133,159); }

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

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

 a { background-color: rgb(48,133,159); }

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

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

 span { border-color: rgb(48,133,159); }

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