#30296B

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

Shades of Paris M #30296B

Tints of Paris M #30296B

Color information

#30296B (or 0x30296B) is unknown color: approx Paris M. HEX triplet: 30, 29 and 6B. RGB value is (48,41,107). Sum of RGB (Red+Green+Blue) = 48+41+107=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 107 (42.19% from 255 or 54.59% from 196); Max value from RGB is 107 - color contains mainly: blue. Hex color #30296B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30296B is #CFD694. Grayscale: #323232. Windows color (decimal): -13620885 or 7022896. OLE color: 7022896.

HSL color Cylindrical-coordinate representation of color #30296B: hue angle of 246.36º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30296B is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4841107-
CMYK0.550.6200.58
HSL246.36º44.59%29.02%-
HSV(B)246.36º61.68%41.96%-
XYZ4.673.2814.3-
YUV50.62159.82126.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.49%
GREEN value IS 41 (16.41% from 255) = 20.92%
BLUE value IS 107 (42.19% from 255) = 54.59%
R=24.49%
G=20.92%
B=54.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48411070.550.6200.58246.3644.5929.02
Hex30296B373E03Af62d1d
Octal605115367760723665535
Binary110000101001110101111011111111001110101111011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30296B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,41,107); }

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

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

 a { background-color: rgb(48,41,107); }

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

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

 span { border-color: rgb(48,41,107); }

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