Html Css Color HEX #2F4586 Tory Blue

📋 copy color: '#2F4586'

red 47 ◦ green 69 ◦ blue 134

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

Shades of Tory Blue #2F4586

Tints of Tory Blue #2F4586

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.6%

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

R = 18.8%
G = 27.6%
B = 53.6%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2F4586 (or 0x2F4586) is known color: Tory Blue. HEX triplet: 2F, 45 and 86. RGB value is (47,69,134). Sum of RGB (Red+Green+Blue) = 47+69+134=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 134 (52.73% from 255 or 53.6% from 250); Max value from RGB is 134 - color contains mainly: blue. Hex color #2F4586 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4586 is #D0BA79. Grayscale: #454545. Windows color (decimal): -13679226 or 8799535. OLE color: 8799535.

HSL color Cylindrical-coordinate representation of color #2F4586: hue angle of 224.83º 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 #2F4586 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 47 69 134 -
CMYK 0.65 0.49 0 0.47
HSL 224.83º 0.48% 0.35% -
HSV(B) 224.83º 0.65% 0.53% -
XYZ 7.6 6.58 23.42 -
YUV 69.83 164.21 111.71 -
System Red Green Blue C M Y K H S L
Decimal 47 69 134 0.65 0.49 0 0.47 224.83 0.48 0.35
Hex 2F 45 86 41 31 0 2F E1 30 23
Octal 57 105 206 101 61 0 57 341 60 43
Binary 101111 1000101 10000110 1000001 110001 0 101111 11100001 110000 100011

Color Harmonies of #2F4586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4586

Black with #2F4586

Text Example


Text Example

White with #2F4586

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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