Html Css Color HEX #2F286D Paris M

📋 copy color: '#2F286D'

red 47 ◦ green 40 ◦ blue 109

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

Shades of Paris M #2F286D

Tints of Paris M #2F286D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.41%

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

R = 23.98%
G = 20.41%
B = 55.61%

CMYK

 C value IS 0.57

 M value IS 0.63

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2F286D (or 0x2F286D) is known color: Paris M. HEX triplet: 2F, 28 and 6D. RGB value is (47,40,109). Sum of RGB (Red+Green+Blue) = 47+40+109=196 (25% of max value = 765). Red value is 47 (18.75% from 255 or 23.98% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 109 (42.97% from 255 or 55.61% from 196); Max value from RGB is 109 - color contains mainly: blue. Hex color #2F286D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F286D is #D0D792. Grayscale: #313131. Windows color (decimal): -13686675 or 7153711. OLE color: 7153711.

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

Color convert

RGB 47 40 109 -
CMYK 0.57 0.63 0 0.57
HSL 246.09º 0.46% 0.29% -
HSV(B) 246.09º 0.63% 0.43% -
XYZ 4.69 3.23 14.84 -
YUV 49.96 161.32 125.89 -
System Red Green Blue C M Y K H S L
Decimal 47 40 109 0.57 0.63 0 0.57 246.09 0.46 0.29
Hex 2F 28 6D 39 3F 0 39 F6 2E 1D
Octal 57 50 155 71 77 0 71 366 56 35
Binary 101111 101000 1101101 111001 111111 0 111001 11110110 101110 11101

Color Harmonies of #2F286D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F286D

Black with #2F286D

Text Example


Text Example

White with #2F286D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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