Html Css Color HEX #2F4786 Tory Blue

📋 copy color: '#2F4786'

red 47 ◦ green 71 ◦ blue 134

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

Shades of Tory Blue #2F4786

Tints of Tory Blue #2F4786

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.17%

 BLUE value IS 134 (52.73% from 255) = 53.17%

R = 18.65%
G = 28.17%
B = 53.17%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2F4786 (or 0x2F4786) is known color: Tory Blue. HEX triplet: 2F, 47 and 86. RGB value is (47,71,134). Sum of RGB (Red+Green+Blue) = 47+71+134=252 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.65% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 134 (52.73% from 255 or 53.17% from 252); Max value from RGB is 134 - color contains mainly: blue. Hex color #2F4786 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4786 is #D0B879. Grayscale: #464646. Windows color (decimal): -13678714 or 8800047. OLE color: 8800047.

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

Color convert

RGB 47 71 134 -
CMYK 0.65 0.47 0 0.47
HSL 223.45º 0.48% 0.35% -
HSV(B) 223.45º 0.65% 0.53% -
XYZ 7.73 6.83 23.47 -
YUV 71.01 163.55 110.88 -
System Red Green Blue C M Y K H S L
Decimal 47 71 134 0.65 0.47 0 0.47 223.45 0.48 0.35
Hex 2F 47 86 41 2F 0 2F DF 30 23
Octal 57 107 206 101 57 0 57 337 60 43
Binary 101111 1000111 10000110 1000001 101111 0 101111 11011111 110000 100011

Color Harmonies of #2F4786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4786

Black with #2F4786

Text Example


Text Example

White with #2F4786

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,71,134); }

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

background-color css

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

 a { background-color: rgb(47,71,134); }

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

border-color css

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

 span { border-color: rgb(47,71,134); }

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