Html Css Color HEX #2F245D Paris M

📋 copy color: '#2F245D'

red 47 ◦ green 36 ◦ blue 93

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

Shades of Paris M #2F245D

Tints of Paris M #2F245D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 52.84%

R = 26.7%
G = 20.45%
B = 52.84%

CMYK

 C value IS 0.49

 M value IS 0.61

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2F245D (or 0x2F245D) is known color: Paris M. HEX triplet: 2F, 24 and 5D. RGB value is (47,36,93). Sum of RGB (Red+Green+Blue) = 47+36+93=176 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.70% from 176); Green value is 36 (14.45% from 255 or 20.45% from 176); Blue value is 93 (36.72% from 255 or 52.84% from 176); Max value from RGB is 93 - color contains mainly: blue. Hex color #2F245D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F245D is #D0DBA2. Grayscale: #2D2D2D. Windows color (decimal): -13687715 or 6104111. OLE color: 6104111.

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

Color convert

RGB 47 36 93 -
CMYK 0.49 0.61 0 0.64
HSL 251.58º 0.44% 0.25% -
HSV(B) 251.58º 0.61% 0.36% -
XYZ 3.78 2.66 10.67 -
YUV 45.79 154.64 128.87 -
System Red Green Blue C M Y K H S L
Decimal 47 36 93 0.49 0.61 0 0.64 251.58 0.44 0.25
Hex 2F 24 5D 31 3D 0 40 FC 2C 19
Octal 57 44 135 61 75 0 100 374 54 31
Binary 101111 100100 1011101 110001 111101 0 1000000 11111100 101100 11001

Color Harmonies of #2F245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F245D

Black with #2F245D

Text Example


Text Example

White with #2F245D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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