Html Css Color HEX #30286C Paris M

📋 copy color: '#30286C'

red 48 ◦ green 40 ◦ blue 108

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

Shades of Paris M #30286C

Tints of Paris M #30286C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 55.1%

R = 24.49%
G = 20.41%
B = 55.1%

CMYK

 C value IS 0.56

 M value IS 0.63

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#30286C (or 0x30286C) is known color: Paris M. HEX triplet: 30, 28 and 6C. RGB value is (48,40,108). Sum of RGB (Red+Green+Blue) = 48+40+108=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 108 (42.58% from 255 or 55.10% from 196); Max value from RGB is 108 - color contains mainly: blue. Hex color #30286C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30286C is #CFD793. Grayscale: #313131. Windows color (decimal): -13621140 or 7088176. OLE color: 7088176.

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

Color convert

RGB 48 40 108 -
CMYK 0.56 0.63 0 0.58
HSL 247.06º 0.46% 0.29% -
HSV(B) 247.06º 0.63% 0.42% -
XYZ 4.68 3.23 14.56 -
YUV 50.14 160.65 126.47 -
System Red Green Blue C M Y K H S L
Decimal 48 40 108 0.56 0.63 0 0.58 247.06 0.46 0.29
Hex 30 28 6C 38 3F 0 3A F7 2E 1D
Octal 60 50 154 70 77 0 72 367 56 35
Binary 110000 101000 1101100 111000 111111 0 111010 11110111 101110 11101

Color Harmonies of #30286C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30286C

Black with #30286C

Text Example


Text Example

White with #30286C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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