Html Css Color HEX #30286D Paris M

📋 copy color: '#30286D'

red 48 ◦ green 40 ◦ blue 109

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

Shades of Paris M #30286D

Tints of Paris M #30286D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.3%

 BLUE value IS 109 (42.97% from 255) = 55.33%

R = 24.37%
G = 20.3%
B = 55.33%

CMYK

 C value IS 0.56

 M value IS 0.63

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#30286D (or 0x30286D) is known color: Paris M. HEX triplet: 30, 28 and 6D. RGB value is (48,40,109). Sum of RGB (Red+Green+Blue) = 48+40+109=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 109 (42.97% from 255 or 55.33% from 197); Max value from RGB is 109 - color contains mainly: blue. Hex color #30286D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30286D is #CFD792. Grayscale: #313131. Windows color (decimal): -13621139 or 7153712. OLE color: 7153712.

HSL color Cylindrical-coordinate representation of color #30286D: hue angle of 246.96º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #30286D is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 48 40 109 -
CMYK 0.56 0.63 0 0.57
HSL 246.96º 0.46% 0.29% -
HSV(B) 246.96º 0.63% 0.43% -
XYZ 4.74 3.25 14.85 -
YUV 50.26 161.15 126.39 -
System Red Green Blue C M Y K H S L
Decimal 48 40 109 0.56 0.63 0 0.57 246.96 0.46 0.29
Hex 30 28 6D 38 3F 0 39 F7 2E 1D
Octal 60 50 155 70 77 0 71 367 56 35
Binary 110000 101000 1101101 111000 111111 0 111001 11110111 101110 11101

Color Harmonies of #30286D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30286D

Black with #30286D

Text Example


Text Example

White with #30286D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30286D; }

 p { color: rgb(48,40,109); }

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

background-color css

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

 a { background-color: rgb(48,40,109); }

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

border-color css

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

 span { border-color: rgb(48,40,109); }

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