Html Css Color HEX #302168 Paris M

📋 copy color: '#302168'

red 48 ◦ green 33 ◦ blue 104

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

Shades of Paris M #302168

Tints of Paris M #302168

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.84%

 BLUE value IS 104 (41.02% from 255) = 56.22%

R = 25.95%
G = 17.84%
B = 56.22%

CMYK

 C value IS 0.54

 M value IS 0.68

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#302168 (or 0x302168) is known color: Paris M. HEX triplet: 30, 21 and 68. RGB value is (48,33,104). Sum of RGB (Red+Green+Blue) = 48+33+104=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #302168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302168 is #CFDE97. Grayscale: #2D2D2D. Windows color (decimal): -13622936 or 6824240. OLE color: 6824240.

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

Color convert

RGB 48 33 104 -
CMYK 0.54 0.68 0 0.59
HSL 252.68º 0.52% 0.27% -
HSV(B) 252.68º 0.68% 0.41% -
XYZ 4.26 2.72 13.4 -
YUV 45.58 160.97 129.73 -
System Red Green Blue C M Y K H S L
Decimal 48 33 104 0.54 0.68 0 0.59 252.68 0.52 0.27
Hex 30 21 68 36 44 0 3B FD 34 1B
Octal 60 41 150 66 104 0 73 375 64 33
Binary 110000 100001 1101000 110110 1000100 0 111011 11111101 110100 11011

Color Harmonies of #302168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302168

Black with #302168

Text Example


Text Example

White with #302168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302168; }

 p { color: rgb(48,33,104); }

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

background-color css

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

 a { background-color: rgb(48,33,104); }

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

border-color css

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

 span { border-color: rgb(48,33,104); }

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