#30859B

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

Shades of Scooter #30859B

Tints of Scooter #30859B

Color information

#30859B (or 0x30859B) is unknown color: approx Scooter. HEX triplet: 30, 85 and 9B. RGB value is (48,133,155). Sum of RGB (Red+Green+Blue) = 48+133+155=336 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.29% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #30859B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30859B is #CF7A64. Grayscale: #6D6D6D. Windows color (decimal): -13597285 or 10192176. OLE color: 10192176.

HSL color Cylindrical-coordinate representation of color #30859B: hue angle of 192.34º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30859B is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB48133155-
CMYK0.690.1400.39
HSL192.34º52.71%39.8%-
HSV(B)192.34º69.03%60.78%-
XYZ15.5219.7734.01-
YUV110.09153.3483.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.29%
GREEN value IS 133 (52.34% from 255) = 39.58%
BLUE value IS 155 (60.94% from 255) = 46.13%
R=14.29%
G=39.58%
B=46.13%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal481331550.690.1400.39192.3452.7139.8
Hex30859B45E027c03528
Octal60205233105160473006550
Binary110000100001011001101110001011110010011111000000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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