Html Css Color HEX #2F2467 Paris M

📋 copy color: '#2F2467'

red 47 ◦ green 36 ◦ blue 103

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

Shades of Paris M #2F2467

Tints of Paris M #2F2467

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.35%

 BLUE value IS 103 (40.63% from 255) = 55.38%

R = 25.27%
G = 19.35%
B = 55.38%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#2F2467 (or 0x2F2467) is known color: Paris M. HEX triplet: 2F, 24 and 67. RGB value is (47,36,103). Sum of RGB (Red+Green+Blue) = 47+36+103=186 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.27% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 103 (40.62% from 255 or 55.38% from 186); Max value from RGB is 103 - color contains mainly: blue. Hex color #2F2467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2467 is #D0DB98. Grayscale: #2E2E2E. Windows color (decimal): -13687705 or 6759471. OLE color: 6759471.

HSL color Cylindrical-coordinate representation of color #2F2467: hue angle of 249.85º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F2467 is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 47 36 103 -
CMYK 0.54 0.65 0 0.60
HSL 249.85º 0.48% 0.27% -
HSV(B) 249.85º 0.65% 0.4% -
XYZ 4.25 2.85 13.16 -
YUV 46.93 159.64 128.05 -
System Red Green Blue C M Y K H S L
Decimal 47 36 103 0.54 0.65 0 0.60 249.85 0.48 0.27
Hex 2F 24 67 36 41 0 3C FA 30 1B
Octal 57 44 147 66 101 0 74 372 60 33
Binary 101111 100100 1100111 110110 1000001 0 111100 11111010 110000 11011

Color Harmonies of #2F2467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2467

Black with #2F2467

Text Example


Text Example

White with #2F2467

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,36,103); }

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

background-color css

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

 a { background-color: rgb(47,36,103); }

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

border-color css

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

 span { border-color: rgb(47,36,103); }

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