Html Css Color HEX #302C5B Paris M

📋 copy color: '#302C5B'

red 48 ◦ green 44 ◦ blue 91

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

Shades of Paris M #302C5B

Tints of Paris M #302C5B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.04%

 BLUE value IS 91 (35.94% from 255) = 49.73%

R = 26.23%
G = 24.04%
B = 49.73%

CMYK

 C value IS 0.47

 M value IS 0.52

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#302C5B (or 0x302C5B) is known color: Paris M. HEX triplet: 30, 2C and 5B. RGB value is (48,44,91). Sum of RGB (Red+Green+Blue) = 48+44+91=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 44 (17.58% from 255 or 24.04% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #302C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302C5B is #CFD3A4. Grayscale: #323232. Windows color (decimal): -13620133 or 5975088. OLE color: 5975088.

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

Color convert

RGB 48 44 91 -
CMYK 0.47 0.52 0 0.64
HSL 245.11º 0.35% 0.26% -
HSV(B) 245.11º 0.52% 0.36% -
XYZ 4.01 3.19 10.3 -
YUV 50.55 150.83 126.18 -
System Red Green Blue C M Y K H S L
Decimal 48 44 91 0.47 0.52 0 0.64 245.11 0.35 0.26
Hex 30 2C 5B 2F 34 0 40 F5 23 1A
Octal 60 54 133 57 64 0 100 365 43 32
Binary 110000 101100 1011011 101111 110100 0 1000000 11110101 100011 11010

Color Harmonies of #302C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302C5B

Black with #302C5B

Text Example


Text Example

White with #302C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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