#302E5B

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

Shades of Paris M #302E5B

Tints of Paris M #302E5B

Color information

#302E5B (or 0x302E5B) is unknown color: approx Paris M. HEX triplet: 30, 2E and 5B. RGB value is (48,46,91). Sum of RGB (Red+Green+Blue) = 48+46+91=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 46 (18.36% from 255 or 24.86% from 185); Blue value is 91 (35.94% from 255 or 49.19% from 185); Max value from RGB is 91 - color contains mainly: blue. Hex color #302E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302E5B is #CFD1A4. Grayscale: #333333. Windows color (decimal): -13619621 or 5975600. OLE color: 5975600.

HSL color Cylindrical-coordinate representation of color #302E5B: hue angle of 242.67º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #302E5B is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB484691-
CMYK0.470.4900.64
HSL242.67º32.85%26.86%-
HSV(B)242.67º49.45%35.69%-
XYZ4.083.3410.33-
YUV51.73150.16125.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.95%
GREEN value IS 46 (18.36% from 255) = 24.86%
BLUE value IS 91 (35.94% from 255) = 49.19%
R=25.95%
G=24.86%
B=49.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4846910.470.4900.64242.6732.8526.86
Hex302E5B2F31040f3211b
Octal6056133576101003634133
Binary1100001011101011011101111110001010000001111001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,46,91); }

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

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

 a { background-color: rgb(48,46,91); }

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

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

 span { border-color: rgb(48,46,91); }

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