Html Css Color HEX #2F2676 Paris M

📋 copy color: '#2F2676'

red 47 ◦ green 38 ◦ blue 118

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

Shades of Paris M #2F2676

Tints of Paris M #2F2676

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.72%

 BLUE value IS 118 (46.48% from 255) = 58.13%

R = 23.15%
G = 18.72%
B = 58.13%

CMYK

 C value IS 0.60

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2F2676 (or 0x2F2676) is known color: Paris M. HEX triplet: 2F, 26 and 76. RGB value is (47,38,118). Sum of RGB (Red+Green+Blue) = 47+38+118=203 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.15% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #2F2676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2676 is #D0D989. Grayscale: #313131. Windows color (decimal): -13687178 or 7743023. OLE color: 7743023.

HSL color Cylindrical-coordinate representation of color #2F2676: hue angle of 246.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F2676 is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 47 38 118 -
CMYK 0.60 0.68 0 0.54
HSL 246.75º 0.51% 0.31% -
HSV(B) 246.75º 0.68% 0.46% -
XYZ 5.14 3.3 17.51 -
YUV 49.81 166.48 126 -
System Red Green Blue C M Y K H S L
Decimal 47 38 118 0.60 0.68 0 0.54 246.75 0.51 0.31
Hex 2F 26 76 3C 44 0 36 F7 33 1F
Octal 57 46 166 74 104 0 66 367 63 37
Binary 101111 100110 1110110 111100 1000100 0 110110 11110111 110011 11111

Color Harmonies of #2F2676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2676

Black with #2F2676

Text Example


Text Example

White with #2F2676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,38,118); }

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

background-color css

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

 a { background-color: rgb(47,38,118); }

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

border-color css

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

 span { border-color: rgb(47,38,118); }

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