Html Css Color HEX #2F235C Paris M

📋 copy color: '#2F235C'

red 47 ◦ green 35 ◦ blue 92

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

Shades of Paris M #2F235C

Tints of Paris M #2F235C

RGB

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

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

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

R = 27.01%
G = 20.11%
B = 52.87%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2F235C (or 0x2F235C) is known color: Paris M. HEX triplet: 2F, 23 and 5C. RGB value is (47,35,92). Sum of RGB (Red+Green+Blue) = 47+35+92=174 (23% of max value = 765). Red value is 47 (18.75% from 255 or 27.01% from 174); Green value is 35 (14.06% from 255 or 20.11% from 174); Blue value is 92 (36.33% from 255 or 52.87% from 174); Max value from RGB is 92 - color contains mainly: blue. Hex color #2F235C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F235C is #D0DCA3. Grayscale: #2C2C2C. Windows color (decimal): -13687972 or 6038319. OLE color: 6038319.

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

Color convert

RGB 47 35 92 -
CMYK 0.49 0.62 0 0.64
HSL 252.63º 0.45% 0.25% -
HSV(B) 252.63º 0.62% 0.36% -
XYZ 3.71 2.58 10.43 -
YUV 45.09 154.48 129.37 -
System Red Green Blue C M Y K H S L
Decimal 47 35 92 0.49 0.62 0 0.64 252.63 0.45 0.25
Hex 2F 23 5C 31 3E 0 40 FD 2D 19
Octal 57 43 134 61 76 0 100 375 55 31
Binary 101111 100011 1011100 110001 111110 0 1000000 11111101 101101 11001

Color Harmonies of #2F235C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F235C

Black with #2F235C

Text Example


Text Example

White with #2F235C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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