Html Css Color HEX #302369 Paris M

📋 copy color: '#302369'

red 48 ◦ green 35 ◦ blue 105

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

Shades of Paris M #302369

Tints of Paris M #302369

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.62%

 BLUE value IS 105 (41.41% from 255) = 55.85%

R = 25.53%
G = 18.62%
B = 55.85%

CMYK

 C value IS 0.54

 M value IS 0.67

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#302369 (or 0x302369) is known color: Paris M. HEX triplet: 30, 23 and 69. RGB value is (48,35,105). Sum of RGB (Red+Green+Blue) = 48+35+105=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 105 (41.41% from 255 or 55.85% from 188); Max value from RGB is 105 - color contains mainly: blue. Hex color #302369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302369 is #CFDC96. Grayscale: #2E2E2E. Windows color (decimal): -13622423 or 6890288. OLE color: 6890288.

HSL color Cylindrical-coordinate representation of color #302369: hue angle of 251.14º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #302369 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 48 35 105 -
CMYK 0.54 0.67 0 0.59
HSL 251.14º 0.5% 0.27% -
HSV(B) 251.14º 0.67% 0.41% -
XYZ 4.37 2.85 13.68 -
YUV 46.87 160.81 128.81 -
System Red Green Blue C M Y K H S L
Decimal 48 35 105 0.54 0.67 0 0.59 251.14 0.5 0.27
Hex 30 23 69 36 43 0 3B FB 32 1B
Octal 60 43 151 66 103 0 73 373 62 33
Binary 110000 100011 1101001 110110 1000011 0 111011 11111011 110010 11011

Color Harmonies of #302369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302369

Black with #302369

Text Example


Text Example

White with #302369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302369; }

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

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

background-color css

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

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

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

border-color css

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

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

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