Html Css Color HEX #302A60 Paris M

📋 copy color: '#302A60'

red 48 ◦ green 42 ◦ blue 96

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

Shades of Paris M #302A60

Tints of Paris M #302A60

RGB

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

 GREEN value IS 42 (16.8% from 255) = 22.58%

 BLUE value IS 96 (37.89% from 255) = 51.61%

R = 25.81%
G = 22.58%
B = 51.61%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#302A60 (or 0x302A60) is known color: Paris M. HEX triplet: 30, 2A and 60. RGB value is (48,42,96). Sum of RGB (Red+Green+Blue) = 48+42+96=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 42 (16.80% from 255 or 22.58% from 186); Blue value is 96 (37.89% from 255 or 51.61% from 186); Max value from RGB is 96 - color contains mainly: blue. Hex color #302A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302A60 is #CFD59F. Grayscale: #313131. Windows color (decimal): -13620640 or 6302256. OLE color: 6302256.

HSL color Cylindrical-coordinate representation of color #302A60: hue angle of 246.67º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #302A60 is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 42 96 -
CMYK 0.50 0.56 0 0.62
HSL 246.67º 0.39% 0.27% -
HSV(B) 246.67º 0.56% 0.38% -
XYZ 4.16 3.13 11.45 -
YUV 49.95 153.99 126.61 -
System Red Green Blue C M Y K H S L
Decimal 48 42 96 0.50 0.56 0 0.62 246.67 0.39 0.27
Hex 30 2A 60 32 38 0 3E F7 27 1B
Octal 60 52 140 62 70 0 76 367 47 33
Binary 110000 101010 1100000 110010 111000 0 111110 11110111 100111 11011

Color Harmonies of #302A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302A60

Black with #302A60

Text Example


Text Example

White with #302A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,42,96); }

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

background-color css

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

 a { background-color: rgb(48,42,96); }

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

border-color css

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

 span { border-color: rgb(48,42,96); }

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