Html Css Color HEX #2F286E Paris M

📋 copy color: '#2F286E'

red 47 ◦ green 40 ◦ blue 110

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

Shades of Paris M #2F286E

Tints of Paris M #2F286E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 55.84%

R = 23.86%
G = 20.3%
B = 55.84%

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

#2F286E (or 0x2F286E) is known color: Paris M. HEX triplet: 2F, 28 and 6E. RGB value is (47,40,110). Sum of RGB (Red+Green+Blue) = 47+40+110=197 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.86% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 110 (43.36% from 255 or 55.84% from 197); Max value from RGB is 110 - color contains mainly: blue. Hex color #2F286E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F286E is #D0D791. Grayscale: #313131. Windows color (decimal): -13686674 or 7219247. OLE color: 7219247.

HSL color Cylindrical-coordinate representation of color #2F286E: hue angle of 246º 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 #2F286E is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 47 40 110 -
CMYK 0.57 0.64 0 0.57
HSL 246º 0.47% 0.29% -
HSV(B) 246º 0.64% 0.43% -
XYZ 4.75 3.25 15.13 -
YUV 50.07 161.82 125.81 -
System Red Green Blue C M Y K H S L
Decimal 47 40 110 0.57 0.64 0 0.57 246 0.47 0.29
Hex 2F 28 6E 39 40 0 39 F6 2F 1D
Octal 57 50 156 71 100 0 71 366 57 35
Binary 101111 101000 1101110 111001 1000000 0 111001 11110110 101111 11101

Color Harmonies of #2F286E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F286E

Black with #2F286E

Text Example


Text Example

White with #2F286E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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