Html Css Color HEX #2F276D Paris M

📋 copy color: '#2F276D'

red 47 ◦ green 39 ◦ blue 109

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

Shades of Paris M #2F276D

Tints of Paris M #2F276D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20%

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

R = 24.1%
G = 20%
B = 55.9%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2F276D (or 0x2F276D) is known color: Paris M. HEX triplet: 2F, 27 and 6D. RGB value is (47,39,109). Sum of RGB (Red+Green+Blue) = 47+39+109=195 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.10% from 195); Green value is 39 (15.62% from 255 or 20% from 195); Blue value is 109 (42.97% from 255 or 55.90% from 195); Max value from RGB is 109 - color contains mainly: blue. Hex color #2F276D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F276D is #D0D892. Grayscale: #313131. Windows color (decimal): -13686931 or 7153455. OLE color: 7153455.

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

Color convert

RGB 47 39 109 -
CMYK 0.57 0.64 0 0.57
HSL 246.86º 0.47% 0.29% -
HSV(B) 246.86º 0.64% 0.43% -
XYZ 4.66 3.16 14.83 -
YUV 49.37 161.65 126.31 -
System Red Green Blue C M Y K H S L
Decimal 47 39 109 0.57 0.64 0 0.57 246.86 0.47 0.29
Hex 2F 27 6D 39 40 0 39 F7 2F 1D
Octal 57 47 155 71 100 0 71 367 57 35
Binary 101111 100111 1101101 111001 1000000 0 111001 11110111 101111 11101

Color Harmonies of #2F276D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F276D

Black with #2F276D

Text Example


Text Example

White with #2F276D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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