Html Css Color HEX #2F285A Paris M

📋 copy color: '#2F285A'

red 47 ◦ green 40 ◦ blue 90

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

Shades of Paris M #2F285A

Tints of Paris M #2F285A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 50.85%

R = 26.55%
G = 22.6%
B = 50.85%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2F285A (or 0x2F285A) is known color: Paris M. HEX triplet: 2F, 28 and 5A. RGB value is (47,40,90). Sum of RGB (Red+Green+Blue) = 47+40+90=177 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.55% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #2F285A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F285A is #D0D7A5. Grayscale: #2F2F2F. Windows color (decimal): -13686694 or 5908527. OLE color: 5908527.

HSL color Cylindrical-coordinate representation of color #2F285A: hue angle of 248.4º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F285A is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 47 40 90 -
CMYK 0.48 0.56 0 0.65
HSL 248.4º 0.38% 0.25% -
HSV(B) 248.4º 0.56% 0.35% -
XYZ 3.78 2.86 10.03 -
YUV 47.79 151.82 127.43 -
System Red Green Blue C M Y K H S L
Decimal 47 40 90 0.48 0.56 0 0.65 248.4 0.38 0.25
Hex 2F 28 5A 30 38 0 41 F8 26 19
Octal 57 50 132 60 70 0 101 370 46 31
Binary 101111 101000 1011010 110000 111000 0 1000001 11111000 100110 11001

Color Harmonies of #2F285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F285A

Black with #2F285A

Text Example


Text Example

White with #2F285A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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