Html Css Color HEX #2F4584 Tory Blue

📋 copy color: '#2F4584'

red 47 ◦ green 69 ◦ blue 132

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

Shades of Tory Blue #2F4584

Tints of Tory Blue #2F4584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 53.23%

R = 18.95%
G = 27.82%
B = 53.23%

CMYK

 C value IS 0.64

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2F4584 (or 0x2F4584) is known color: Tory Blue. HEX triplet: 2F, 45 and 84. RGB value is (47,69,132). Sum of RGB (Red+Green+Blue) = 47+69+132=248 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.95% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #2F4584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4584 is #D0BA7B. Grayscale: #454545. Windows color (decimal): -13679228 or 8668463. OLE color: 8668463.

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

Color convert

RGB 47 69 132 -
CMYK 0.64 0.48 0 0.48
HSL 224.47º 0.47% 0.35% -
HSV(B) 224.47º 0.64% 0.52% -
XYZ 7.47 6.53 22.7 -
YUV 69.6 163.21 111.88 -
System Red Green Blue C M Y K H S L
Decimal 47 69 132 0.64 0.48 0 0.48 224.47 0.47 0.35
Hex 2F 45 84 40 30 0 30 E0 2F 23
Octal 57 105 204 100 60 0 60 340 57 43
Binary 101111 1000101 10000100 1000000 110000 0 110000 11100000 101111 100011

Color Harmonies of #2F4584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4584

Black with #2F4584

Text Example


Text Example

White with #2F4584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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