#302A69

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

Shades of Paris M #302A69

Tints of Paris M #302A69

Color information

#302A69 (or 0x302A69) is unknown color: approx Paris M. HEX triplet: 30, 2A and 69. RGB value is (48,42,105). Sum of RGB (Red+Green+Blue) = 48+42+105=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 42 (16.80% from 255 or 21.54% from 195); Blue value is 105 (41.41% from 255 or 53.85% from 195); Max value from RGB is 105 - color contains mainly: blue. Hex color #302A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302A69 is #CFD596. Grayscale: #323232. Windows color (decimal): -13620631 or 6892080. OLE color: 6892080.

HSL color Cylindrical-coordinate representation of color #302A69: hue angle of 245.71º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #302A69 is Cyan = 0.54, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4842105-
CMYK0.540.600.59
HSL245.71º42.86%28.82%-
HSV(B)245.71º60%41.18%-
XYZ4.63.313.76-
YUV50.98158.49125.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.62%
GREEN value IS 42 (16.80% from 255) = 21.54%
BLUE value IS 105 (41.41% from 255) = 53.85%
R=24.62%
G=21.54%
B=53.85%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48421050.540.600.59245.7142.8628.82
Hex302A69363C03Bf62b1d
Octal605215166740733665335
Binary110000101010110100111011011110001110111111011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,42,105); }

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

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

 a { background-color: rgb(48,42,105); }

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

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

 span { border-color: rgb(48,42,105); }

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