Html Css Color HEX #2F295C Paris M

📋 copy color: '#2F295C'

red 47 ◦ green 41 ◦ blue 92

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

Shades of Paris M #2F295C

Tints of Paris M #2F295C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.78%

 BLUE value IS 92 (36.33% from 255) = 51.11%

R = 26.11%
G = 22.78%
B = 51.11%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2F295C (or 0x2F295C) is known color: Paris M. HEX triplet: 2F, 29 and 5C. RGB value is (47,41,92). Sum of RGB (Red+Green+Blue) = 47+41+92=180 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.11% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 92 (36.33% from 255 or 51.11% from 180); Max value from RGB is 92 - color contains mainly: blue. Hex color #2F295C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F295C is #D0D6A3. Grayscale: #303030. Windows color (decimal): -13686436 or 6039855. OLE color: 6039855.

HSL color Cylindrical-coordinate representation of color #2F295C: hue angle of 247.06º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F295C is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 47 41 92 -
CMYK 0.49 0.55 0 0.64
HSL 247.06º 0.38% 0.26% -
HSV(B) 247.06º 0.55% 0.36% -
XYZ 3.9 2.96 10.49 -
YUV 48.61 152.49 126.85 -
System Red Green Blue C M Y K H S L
Decimal 47 41 92 0.49 0.55 0 0.64 247.06 0.38 0.26
Hex 2F 29 5C 31 37 0 40 F7 26 1A
Octal 57 51 134 61 67 0 100 367 46 32
Binary 101111 101001 1011100 110001 110111 0 1000000 11110111 100110 11010

Color Harmonies of #2F295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F295C

Black with #2F295C

Text Example


Text Example

White with #2F295C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,41,92); }

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

background-color css

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

 a { background-color: rgb(47,41,92); }

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

border-color css

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

 span { border-color: rgb(47,41,92); }

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