Html Css Color HEX #302A6B Paris M

📋 copy color: '#302A6B'

red 48 ◦ green 42 ◦ blue 107

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

Shades of Paris M #302A6B

Tints of Paris M #302A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 54.31%

R = 24.37%
G = 21.32%
B = 54.31%

CMYK

 C value IS 0.55

 M value IS 0.61

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#302A6B (or 0x302A6B) is known color: Paris M. HEX triplet: 30, 2A and 6B. RGB value is (48,42,107). Sum of RGB (Red+Green+Blue) = 48+42+107=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 42 (16.80% from 255 or 21.32% from 197); Blue value is 107 (42.19% from 255 or 54.31% from 197); Max value from RGB is 107 - color contains mainly: blue. Hex color #302A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302A6B is #CFD594. Grayscale: #323232. Windows color (decimal): -13620629 or 7023152. OLE color: 7023152.

HSL color Cylindrical-coordinate representation of color #302A6B: hue angle of 245.54º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #302A6B is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 42 107 -
CMYK 0.55 0.61 0 0.58
HSL 245.54º 0.44% 0.29% -
HSV(B) 245.54º 0.61% 0.42% -
XYZ 4.7 3.35 14.31 -
YUV 51.2 159.49 125.71 -
System Red Green Blue C M Y K H S L
Decimal 48 42 107 0.55 0.61 0 0.58 245.54 0.44 0.29
Hex 30 2A 6B 37 3D 0 3A F6 2C 1D
Octal 60 52 153 67 75 0 72 366 54 35
Binary 110000 101010 1101011 110111 111101 0 111010 11110110 101100 11101

Color Harmonies of #302A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302A6B

Black with #302A6B

Text Example


Text Example

White with #302A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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