Html Css Color HEX #30296B Paris M

📋 copy color: '#30296B'

red 48 ◦ green 41 ◦ blue 107

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

Shades of Paris M #30296B

Tints of Paris M #30296B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.92%

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

R = 24.49%
G = 20.92%
B = 54.59%

CMYK

 C value IS 0.55

 M value IS 0.62

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#30296B (or 0x30296B) is known color: Paris M. HEX triplet: 30, 29 and 6B. RGB value is (48,41,107). Sum of RGB (Red+Green+Blue) = 48+41+107=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 107 (42.19% from 255 or 54.59% from 196); Max value from RGB is 107 - color contains mainly: blue. Hex color #30296B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30296B is #CFD694. Grayscale: #323232. Windows color (decimal): -13620885 or 7022896. OLE color: 7022896.

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

Color convert

RGB 48 41 107 -
CMYK 0.55 0.62 0 0.58
HSL 246.36º 0.45% 0.29% -
HSV(B) 246.36º 0.62% 0.42% -
XYZ 4.67 3.28 14.3 -
YUV 50.62 159.82 126.13 -
System Red Green Blue C M Y K H S L
Decimal 48 41 107 0.55 0.62 0 0.58 246.36 0.45 0.29
Hex 30 29 6B 37 3E 0 3A F6 2D 1D
Octal 60 51 153 67 76 0 72 366 55 35
Binary 110000 101001 1101011 110111 111110 0 111010 11110110 101101 11101

Color Harmonies of #30296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30296B

Black with #30296B

Text Example


Text Example

White with #30296B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30296B; }

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

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

background-color css

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

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

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

border-color css

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

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

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