#302B67

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

Shades of Paris M #302B67

Tints of Paris M #302B67

Color information

#302B67 (or 0x302B67) is unknown color: approx Paris M. HEX triplet: 30, 2B and 67. RGB value is (48,43,103). Sum of RGB (Red+Green+Blue) = 48+43+103=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 103 (40.62% from 255 or 53.09% from 194); Max value from RGB is 103 - color contains mainly: blue. Hex color #302B67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302B67 is #CFD498. Grayscale: #333333. Windows color (decimal): -13620377 or 6761264. OLE color: 6761264.

HSL color Cylindrical-coordinate representation of color #302B67: hue angle of 245º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #302B67 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4843103-
CMYK0.530.5800.60
HSL245º41.1%28.63%-
HSV(B)245º58.25%40.39%-
XYZ4.533.3413.24-
YUV51.34157.16125.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.74%
GREEN value IS 43 (17.19% from 255) = 22.16%
BLUE value IS 103 (40.62% from 255) = 53.09%
R=24.74%
G=22.16%
B=53.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48431030.530.5800.6024541.128.63
Hex302B67353A03Cf5291d
Octal605314765720743655135
Binary110000101011110011111010111101001111001111010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302B67; }

 p { color: rgb(48,43,103); }

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

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

 a { background-color: rgb(48,43,103); }

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

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

 span { border-color: rgb(48,43,103); }

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