#302662

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

Shades of Paris M #302662

Tints of Paris M #302662

Color information

#302662 (or 0x302662) is unknown color: approx Paris M. HEX triplet: 30, 26 and 62. RGB value is (48,38,98). Sum of RGB (Red+Green+Blue) = 48+38+98=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 98 (38.67% from 255 or 53.26% from 184); Max value from RGB is 98 - color contains mainly: blue. Hex color #302662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302662 is #CFD99D. Grayscale: #2F2F2F. Windows color (decimal): -13621662 or 6432304. OLE color: 6432304.

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

Color convert

RGB483898-
CMYK0.510.6100.62
HSL250º44.12%26.67%-
HSV(B)250º61.22%38.43%-
XYZ4.122.911.9-
YUV47.83156.31128.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.09%
GREEN value IS 38 (15.23% from 255) = 20.65%
BLUE value IS 98 (38.67% from 255) = 53.26%
R=26.09%
G=20.65%
B=53.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4838980.510.6100.6225044.1226.67
Hex302662333D03Efa2c1b
Octal604614263750763725433
Binary110000100110110001011001111110101111101111101010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302662; }

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

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

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

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

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

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

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

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