Html Css Color HEX #302D59 Paris M

📋 copy color: '#302D59'

red 48 ◦ green 45 ◦ blue 89

#302D59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris M #302D59

Tints of Paris M #302D59

RGB

 RED value IS 48 (19.14% from 255) = 26.37%

 GREEN value IS 45 (17.97% from 255) = 24.73%

 BLUE value IS 89 (35.16% from 255) = 48.9%

R = 26.37%
G = 24.73%
B = 48.9%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#302D59 (or 0x302D59) is known color: Paris M. HEX triplet: 30, 2D and 59. RGB value is (48,45,89). Sum of RGB (Red+Green+Blue) = 48+45+89=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 89 (35.16% from 255 or 48.90% from 182); Max value from RGB is 89 - color contains mainly: blue. Hex color #302D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302D59 is #CFD2A6. Grayscale: #323232. Windows color (decimal): -13619879 or 5844272. OLE color: 5844272.

HSL color Cylindrical-coordinate representation of color #302D59: hue angle of 244.09º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #302D59 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 45 89 -
CMYK 0.46 0.49 0 0.65
HSL 244.09º 0.33% 0.26% -
HSV(B) 244.09º 0.49% 0.35% -
XYZ 3.96 3.23 9.87 -
YUV 50.91 149.49 125.92 -
System Red Green Blue C M Y K H S L
Decimal 48 45 89 0.46 0.49 0 0.65 244.09 0.33 0.26
Hex 30 2D 59 2E 31 0 41 F4 21 1A
Octal 60 55 131 56 61 0 101 364 41 32
Binary 110000 101101 1011001 101110 110001 0 1000001 11110100 100001 11010

Color Harmonies of #302D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302D59

Black with #302D59

Text Example


Text Example

White with #302D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,45,89); }

 H1.HeaderClassName
 {
   color: #302D59;
 }
 .AnyTagClassName
 {
   color: #302D59;
 }
</style>

background-color css

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

 a { background-color: rgb(48,45,89); }

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

border-color css

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

 span { border-color: rgb(48,45,89); }

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