#30236E

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

Shades of Paris M #30236E

Tints of Paris M #30236E

Color information

#30236E (or 0x30236E) is unknown color: approx Paris M. HEX triplet: 30, 23 and 6E. RGB value is (48,35,110). Sum of RGB (Red+Green+Blue) = 48+35+110=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 110 (43.36% from 255 or 56.99% from 193); Max value from RGB is 110 - color contains mainly: blue. Hex color #30236E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30236E is #CFDC91. Grayscale: #2F2F2F. Windows color (decimal): -13622418 or 7217968. OLE color: 7217968.

HSL color Cylindrical-coordinate representation of color #30236E: hue angle of 250.4º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30236E is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4835110-
CMYK0.560.6800.57
HSL250.4º51.72%28.43%-
HSV(B)250.4º68.18%43.14%-
XYZ4.632.9615.08-
YUV47.44163.31128.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.87%
GREEN value IS 35 (14.06% from 255) = 18.13%
BLUE value IS 110 (43.36% from 255) = 56.99%
R=24.87%
G=18.13%
B=56.99%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48351100.560.6800.57250.451.7228.43
Hex30236E3844039fa341c
Octal6043156701040713726434
Binary1100001000111101110111000100010001110011111101011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30236E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,35,110); }

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

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

 a { background-color: rgb(48,35,110); }

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

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

 span { border-color: rgb(48,35,110); }

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