#302962

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

Shades of Paris M #302962

Tints of Paris M #302962

Color information

#302962 (or 0x302962) is unknown color: approx Paris M. HEX triplet: 30, 29 and 62. RGB value is (48,41,98). Sum of RGB (Red+Green+Blue) = 48+41+98=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 98 (38.67% from 255 or 52.41% from 187); Max value from RGB is 98 - color contains mainly: blue. Hex color #302962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302962 is #CFD69D. Grayscale: #313131. Windows color (decimal): -13620894 or 6433072. OLE color: 6433072.

HSL color Cylindrical-coordinate representation of color #302962: hue angle of 247.37º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #302962 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB484198-
CMYK0.510.5800.62
HSL247.37º41.01%27.25%-
HSV(B)247.37º58.16%38.43%-
XYZ4.223.111.93-
YUV49.59155.32126.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.67%
GREEN value IS 41 (16.41% from 255) = 21.93%
BLUE value IS 98 (38.67% from 255) = 52.41%
R=25.67%
G=21.93%
B=52.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4841980.510.5800.62247.3741.0127.25
Hex302962333A03Ef7291b
Octal605114263720763675133
Binary110000101001110001011001111101001111101111011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302962; }

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

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

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

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

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

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

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

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