Html Css Color HEX #2F236D Paris M

📋 copy color: '#2F236D'

red 47 ◦ green 35 ◦ blue 109

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

Shades of Paris M #2F236D

Tints of Paris M #2F236D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.32%

 BLUE value IS 109 (42.97% from 255) = 57.07%

R = 24.61%
G = 18.32%
B = 57.07%

CMYK

 C value IS 0.57

 M value IS 0.68

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2F236D (or 0x2F236D) is known color: Paris M. HEX triplet: 2F, 23 and 6D. RGB value is (47,35,109). Sum of RGB (Red+Green+Blue) = 47+35+109=191 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.61% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 109 (42.97% from 255 or 57.07% from 191); Max value from RGB is 109 - color contains mainly: blue. Hex color #2F236D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F236D is #D0DC92. Grayscale: #2E2E2E. Windows color (decimal): -13687955 or 7152431. OLE color: 7152431.

HSL color Cylindrical-coordinate representation of color #2F236D: hue angle of 249.73º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F236D is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 47 35 109 -
CMYK 0.57 0.68 0 0.57
HSL 249.73º 0.51% 0.28% -
HSV(B) 249.73º 0.68% 0.43% -
XYZ 4.53 2.91 14.79 -
YUV 47.02 162.98 127.98 -
System Red Green Blue C M Y K H S L
Decimal 47 35 109 0.57 0.68 0 0.57 249.73 0.51 0.28
Hex 2F 23 6D 39 44 0 39 FA 33 1C
Octal 57 43 155 71 104 0 71 372 63 34
Binary 101111 100011 1101101 111001 1000100 0 111001 11111010 110011 11100

Color Harmonies of #2F236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F236D

Black with #2F236D

Text Example


Text Example

White with #2F236D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,35,109); }

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

background-color css

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

 a { background-color: rgb(47,35,109); }

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

border-color css

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

 span { border-color: rgb(47,35,109); }

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