Html Css Color HEX #2F296C Paris M

📋 copy color: '#2F296C'

red 47 ◦ green 41 ◦ blue 108

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

Shades of Paris M #2F296C

Tints of Paris M #2F296C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 55.1%

R = 23.98%
G = 20.92%
B = 55.1%

CMYK

 C value IS 0.56

 M value IS 0.62

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2F296C (or 0x2F296C) is known color: Paris M. HEX triplet: 2F, 29 and 6C. RGB value is (47,41,108). Sum of RGB (Red+Green+Blue) = 47+41+108=196 (25% of max value = 765). Red value is 47 (18.75% from 255 or 23.98% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 108 (42.58% from 255 or 55.10% from 196); Max value from RGB is 108 - color contains mainly: blue. Hex color #2F296C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F296C is #D0D693. Grayscale: #323232. Windows color (decimal): -13686420 or 7088431. OLE color: 7088431.

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

Color convert

RGB 47 41 108 -
CMYK 0.56 0.62 0 0.58
HSL 245.37º 0.45% 0.29% -
HSV(B) 245.37º 0.62% 0.42% -
XYZ 4.67 3.27 14.57 -
YUV 50.43 160.49 125.55 -
System Red Green Blue C M Y K H S L
Decimal 47 41 108 0.56 0.62 0 0.58 245.37 0.45 0.29
Hex 2F 29 6C 38 3E 0 3A F5 2D 1D
Octal 57 51 154 70 76 0 72 365 55 35
Binary 101111 101001 1101100 111000 111110 0 111010 11110101 101101 11101

Color Harmonies of #2F296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F296C

Black with #2F296C

Text Example


Text Example

White with #2F296C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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