#2F2B62

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

Shades of Paris M #2F2B62

Tints of Paris M #2F2B62

Color information

#2F2B62 (or 0x2F2B62) is unknown color: approx Paris M. HEX triplet: 2F, 2B and 62. RGB value is (47,43,98). Sum of RGB (Red+Green+Blue) = 47+43+98=188 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #2F2B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2B62 is #D0D49D. Grayscale: #323232. Windows color (decimal): -13685918 or 6433583. OLE color: 6433583.

HSL color Cylindrical-coordinate representation of color #2F2B62: hue angle of 244.36º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F2B62 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB474398-
CMYK0.520.5600.62
HSL244.36º39.01%27.65%-
HSV(B)244.36º56.12%38.43%-
XYZ4.243.2111.95-
YUV50.47154.83125.53-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25%
GREEN value IS 43 (17.19% from 255) = 22.87%
BLUE value IS 98 (38.67% from 255) = 52.13%
R=25%
G=22.87%
B=52.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4743980.520.5600.62244.3639.0127.65
Hex2F2B62343803Ef4271c
Octal575314264700763644734
Binary101111101011110001011010011100001111101111010010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F2B62; }

 p { color: rgb(47,43,98); }

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

<style>
 a { background-color: #2F2B62; }

 a { background-color: rgb(47,43,98); }

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

<style>
 span { border-color: #2F2B62; }

 span { border-color: rgb(47,43,98); }

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