Html Css Color HEX #30285E Paris M

📋 copy color: '#30285E'

red 48 ◦ green 40 ◦ blue 94

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

Shades of Paris M #30285E

Tints of Paris M #30285E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 51.65%

R = 26.37%
G = 21.98%
B = 51.65%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#30285E (or 0x30285E) is known color: Paris M. HEX triplet: 30, 28 and 5E. RGB value is (48,40,94). Sum of RGB (Red+Green+Blue) = 48+40+94=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 94 (37.11% from 255 or 51.65% from 182); Max value from RGB is 94 - color contains mainly: blue. Hex color #30285E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30285E is #CFD7A1. Grayscale: #303030. Windows color (decimal): -13621154 or 6170672. OLE color: 6170672.

HSL color Cylindrical-coordinate representation of color #30285E: hue angle of 248.89º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #30285E is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 48 40 94 -
CMYK 0.49 0.57 0 0.63
HSL 248.89º 0.4% 0.26% -
HSV(B) 248.89º 0.57% 0.37% -
XYZ 4 2.95 10.95 -
YUV 48.55 153.65 127.61 -
System Red Green Blue C M Y K H S L
Decimal 48 40 94 0.49 0.57 0 0.63 248.89 0.4 0.26
Hex 30 28 5E 31 39 0 3F F9 28 1A
Octal 60 50 136 61 71 0 77 371 50 32
Binary 110000 101000 1011110 110001 111001 0 111111 11111001 101000 11010

Color Harmonies of #30285E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30285E

Black with #30285E

Text Example


Text Example

White with #30285E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30285E; }

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

 H1.HeaderClassName
 {
   color: #30285E;
 }
 .AnyTagClassName
 {
   color: #30285E;
 }
</style>

background-color css

<style>
 a { background-color: #30285E; }

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

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

border-color css

<style>
 span { border-color: #30285E; }

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

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