#30286F

Color #30286F Paris M (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris M #30286F

Tints of Paris M #30286F

Color information

#30286F (or 0x30286F) is unknown color: approx Paris M. HEX triplet: 30, 28 and 6F. RGB value is (48,40,111). Sum of RGB (Red+Green+Blue) = 48+40+111=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 111 (43.75% from 255 or 55.78% from 199); Max value from RGB is 111 - color contains mainly: blue. Hex color #30286F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30286F is #CFD790. Grayscale: #323232. Windows color (decimal): -13621137 or 7284784. OLE color: 7284784.

HSL color Cylindrical-coordinate representation of color #30286F: hue angle of 246.76º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #30286F is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4840111-
CMYK0.570.6400.56
HSL246.76º47.02%29.61%-
HSV(B)246.76º63.96%43.53%-
XYZ4.853.2915.42-
YUV50.49162.15126.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.12%
GREEN value IS 40 (16.02% from 255) = 20.10%
BLUE value IS 111 (43.75% from 255) = 55.78%
R=24.12%
G=20.10%
B=55.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48401110.570.6400.56246.7647.0229.61
Hex30286F3940038f72f1e
Octal6050157711000703675736
Binary1100001010001101111111001100000001110001111011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30286F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #30286F;
 }
 .AnyTagClassName
 {
   color: #30286F;
 }
</style>
background-color css

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

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

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

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

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

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