Html Css Color HEX #2F2675 Paris M

📋 copy color: '#2F2675'

red 47 ◦ green 38 ◦ blue 117

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

Shades of Paris M #2F2675

Tints of Paris M #2F2675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 57.92%

R = 23.27%
G = 18.81%
B = 57.92%

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

#2F2675 (or 0x2F2675) is known color: Paris M. HEX triplet: 2F, 26 and 75. RGB value is (47,38,117). Sum of RGB (Red+Green+Blue) = 47+38+117=202 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.27% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 117 (46.09% from 255 or 57.92% from 202); Max value from RGB is 117 - color contains mainly: blue. Hex color #2F2675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2675 is #D0D98A. Grayscale: #313131. Windows color (decimal): -13687179 or 7677487. OLE color: 7677487.

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

Color convert

RGB 47 38 117 -
CMYK 0.60 0.68 0 0.54
HSL 246.84º 0.51% 0.3% -
HSV(B) 246.84º 0.68% 0.46% -
XYZ 5.08 3.27 17.19 -
YUV 49.7 165.98 126.08 -
System Red Green Blue C M Y K H S L
Decimal 47 38 117 0.60 0.68 0 0.54 246.84 0.51 0.3
Hex 2F 26 75 3C 44 0 36 F7 33 1E
Octal 57 46 165 74 104 0 66 367 63 36
Binary 101111 100110 1110101 111100 1000100 0 110110 11110111 110011 11110

Color Harmonies of #2F2675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2675

Black with #2F2675

Text Example


Text Example

White with #2F2675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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