Html Css Color HEX #2F246B Paris M

📋 copy color: '#2F246B'

red 47 ◦ green 36 ◦ blue 107

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

Shades of Paris M #2F246B

Tints of Paris M #2F246B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.95%

 BLUE value IS 107 (42.19% from 255) = 56.32%

R = 24.74%
G = 18.95%
B = 56.32%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2F246B (or 0x2F246B) is known color: Paris M. HEX triplet: 2F, 24 and 6B. RGB value is (47,36,107). Sum of RGB (Red+Green+Blue) = 47+36+107=190 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.74% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 107 (42.19% from 255 or 56.32% from 190); Max value from RGB is 107 - color contains mainly: blue. Hex color #2F246B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F246B is #D0DB94. Grayscale: #2F2F2F. Windows color (decimal): -13687701 or 7021615. OLE color: 7021615.

HSL color Cylindrical-coordinate representation of color #2F246B: hue angle of 249.3º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F246B is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 47 36 107 -
CMYK 0.56 0.66 0 0.58
HSL 249.3º 0.5% 0.28% -
HSV(B) 249.3º 0.66% 0.42% -
XYZ 4.46 2.93 14.24 -
YUV 47.38 161.64 127.73 -
System Red Green Blue C M Y K H S L
Decimal 47 36 107 0.56 0.66 0 0.58 249.3 0.5 0.28
Hex 2F 24 6B 38 42 0 3A F9 32 1C
Octal 57 44 153 70 102 0 72 371 62 34
Binary 101111 100100 1101011 111000 1000010 0 111010 11111001 110010 11100

Color Harmonies of #2F246B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F246B

Black with #2F246B

Text Example


Text Example

White with #2F246B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,36,107); }

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

background-color css

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

 a { background-color: rgb(47,36,107); }

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

border-color css

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

 span { border-color: rgb(47,36,107); }

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