Html Css Color HEX #2F285E Paris M

📋 copy color: '#2F285E'

red 47 ◦ green 40 ◦ blue 94

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

Shades of Paris M #2F285E

Tints of Paris M #2F285E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 51.93%

R = 25.97%
G = 22.1%
B = 51.93%

CMYK

 C value IS 0.5

 M value IS 0.57

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2F285E (or 0x2F285E) is known color: Paris M. HEX triplet: 2F, 28 and 5E. RGB value is (47,40,94). Sum of RGB (Red+Green+Blue) = 47+40+94=181 (23% of max value = 765). Red value is 47 (18.75% from 255 or 25.97% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 94 (37.11% from 255 or 51.93% from 181); Max value from RGB is 94 - color contains mainly: blue. Hex color #2F285E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F285E is #D0D7A1. Grayscale: #303030. Windows color (decimal): -13686690 or 6170671. OLE color: 6170671.

HSL color Cylindrical-coordinate representation of color #2F285E: hue angle of 247.78º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F285E is Cyan = 0.5, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 47 40 94 -
CMYK 0.5 0.57 0 0.63
HSL 247.78º 0.4% 0.26% -
HSV(B) 247.78º 0.57% 0.37% -
XYZ 3.95 2.93 10.95 -
YUV 48.25 153.82 127.11 -
System Red Green Blue C M Y K H S L
Decimal 47 40 94 0.5 0.57 0 0.63 247.78 0.4 0.26
Hex 2F 28 5E 32 39 0 3F F8 28 1A
Octal 57 50 136 62 71 0 77 370 50 32
Binary 101111 101000 1011110 110010 111001 0 111111 11111000 101000 11010

Color Harmonies of #2F285E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F285E

Black with #2F285E

Text Example


Text Example

White with #2F285E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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