Html Css Color HEX #2F236F Paris M

📋 copy color: '#2F236F'

red 47 ◦ green 35 ◦ blue 111

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

Shades of Paris M #2F236F

Tints of Paris M #2F236F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 57.51%

R = 24.35%
G = 18.13%
B = 57.51%

CMYK

 C value IS 0.58

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2F236F (or 0x2F236F) is known color: Paris M. HEX triplet: 2F, 23 and 6F. RGB value is (47,35,111). Sum of RGB (Red+Green+Blue) = 47+35+111=193 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.35% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 111 (43.75% from 255 or 57.51% from 193); Max value from RGB is 111 - color contains mainly: blue. Hex color #2F236F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F236F is #D0DC90. Grayscale: #2E2E2E. Windows color (decimal): -13687953 or 7283503. OLE color: 7283503.

HSL color Cylindrical-coordinate representation of color #2F236F: hue angle of 249.47º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F236F is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 47 35 111 -
CMYK 0.58 0.68 0 0.56
HSL 249.47º 0.52% 0.29% -
HSV(B) 249.47º 0.68% 0.44% -
XYZ 4.64 2.95 15.36 -
YUV 47.25 163.98 127.82 -
System Red Green Blue C M Y K H S L
Decimal 47 35 111 0.58 0.68 0 0.56 249.47 0.52 0.29
Hex 2F 23 6F 3A 44 0 38 F9 34 1D
Octal 57 43 157 72 104 0 70 371 64 35
Binary 101111 100011 1101111 111010 1000100 0 111000 11111001 110100 11101

Color Harmonies of #2F236F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F236F

Black with #2F236F

Text Example


Text Example

White with #2F236F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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