Html Css Color HEX #2F2864 Paris M

📋 copy color: '#2F2864'

red 47 ◦ green 40 ◦ blue 100

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

Shades of Paris M #2F2864

Tints of Paris M #2F2864

RGB

 RED value IS 47 (18.75% from 255) = 25.13%

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

 BLUE value IS 100 (39.45% from 255) = 53.48%

R = 25.13%
G = 21.39%
B = 53.48%

CMYK

 C value IS 0.53

 M value IS 0.6

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#2F2864 (or 0x2F2864) is known color: Paris M. HEX triplet: 2F, 28 and 64. RGB value is (47,40,100). Sum of RGB (Red+Green+Blue) = 47+40+100=187 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.13% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 100 (39.45% from 255 or 53.48% from 187); Max value from RGB is 100 - color contains mainly: blue. Hex color #2F2864 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2864 is #D0D79B. Grayscale: #303030. Windows color (decimal): -13686684 or 6563887. OLE color: 6563887.

HSL color Cylindrical-coordinate representation of color #2F2864: hue angle of 247º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F2864 is Cyan = 0.53, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 47 40 100 -
CMYK 0.53 0.6 0 0.61
HSL 247º 0.43% 0.27% -
HSV(B) 247º 0.6% 0.39% -
XYZ 4.23 3.04 12.42 -
YUV 48.93 156.82 126.62 -
System Red Green Blue C M Y K H S L
Decimal 47 40 100 0.53 0.6 0 0.61 247 0.43 0.27
Hex 2F 28 64 35 3C 0 3D F7 2B 1B
Octal 57 50 144 65 74 0 75 367 53 33
Binary 101111 101000 1100100 110101 111100 0 111101 11110111 101011 11011

Color Harmonies of #2F2864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2864

Black with #2F2864

Text Example


Text Example

White with #2F2864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,40,100); }

 H1.HeaderClassName
 {
   color: #2F2864;
 }
 .AnyTagClassName
 {
   color: #2F2864;
 }
</style>

background-color css

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

 a { background-color: rgb(47,40,100); }

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

border-color css

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

 span { border-color: rgb(47,40,100); }

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