#30266E

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

Shades of Paris M #30266E

Tints of Paris M #30266E

Color information

#30266E (or 0x30266E) is unknown color: approx Paris M. HEX triplet: 30, 26 and 6E. RGB value is (48,38,110). Sum of RGB (Red+Green+Blue) = 48+38+110=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 38 (15.23% from 255 or 19.39% from 196); Blue value is 110 (43.36% from 255 or 56.12% from 196); Max value from RGB is 110 - color contains mainly: blue. Hex color #30266E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30266E is #CFD991. Grayscale: #303030. Windows color (decimal): -13621650 or 7218736. OLE color: 7218736.

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

Color convert

RGB4838110-
CMYK0.560.6500.57
HSL248.33º48.65%29.02%-
HSV(B)248.33º65.45%43.14%-
XYZ4.733.1415.11-
YUV49.2162.31127.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.49%
GREEN value IS 38 (15.23% from 255) = 19.39%
BLUE value IS 110 (43.36% from 255) = 56.12%
R=24.49%
G=19.39%
B=56.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48381100.560.6500.57248.3348.6529.02
Hex30266E3841039f8311d
Octal6046156701010713706135
Binary1100001001101101110111000100000101110011111100011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30266E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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