Html Css Color HEX #2F246C Paris M

📋 copy color: '#2F246C'

red 47 ◦ green 36 ◦ blue 108

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

Shades of Paris M #2F246C

Tints of Paris M #2F246C

RGB

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

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

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

R = 24.61%
G = 18.85%
B = 56.54%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2F246C (or 0x2F246C) is known color: Paris M. HEX triplet: 2F, 24 and 6C. RGB value is (47,36,108). Sum of RGB (Red+Green+Blue) = 47+36+108=191 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.61% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 108 (42.58% from 255 or 56.54% from 191); Max value from RGB is 108 - color contains mainly: blue. Hex color #2F246C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F246C is #D0DB93. Grayscale: #2F2F2F. Windows color (decimal): -13687700 or 7087151. OLE color: 7087151.

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

Color convert

RGB 47 36 108 -
CMYK 0.56 0.67 0 0.58
HSL 249.17º 0.5% 0.28% -
HSV(B) 249.17º 0.67% 0.42% -
XYZ 4.51 2.95 14.52 -
YUV 47.5 162.14 127.65 -
System Red Green Blue C M Y K H S L
Decimal 47 36 108 0.56 0.67 0 0.58 249.17 0.5 0.28
Hex 2F 24 6C 38 43 0 3A F9 32 1C
Octal 57 44 154 70 103 0 72 371 62 34
Binary 101111 100100 1101100 111000 1000011 0 111010 11111001 110010 11100

Color Harmonies of #2F246C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F246C

Black with #2F246C

Text Example


Text Example

White with #2F246C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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