Html Css Color HEX #2F4784 Tory Blue

📋 copy color: '#2F4784'

red 47 ◦ green 71 ◦ blue 132

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

Shades of Tory Blue #2F4784

Tints of Tory Blue #2F4784

RGB

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

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

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

R = 18.8%
G = 28.4%
B = 52.8%

CMYK

 C value IS 0.64

 M value IS 0.46

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2F4784 (or 0x2F4784) is known color: Tory Blue. HEX triplet: 2F, 47 and 84. RGB value is (47,71,132). Sum of RGB (Red+Green+Blue) = 47+71+132=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 132 (51.95% from 255 or 52.8% from 250); Max value from RGB is 132 - color contains mainly: blue. Hex color #2F4784 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4784 is #D0B87B. Grayscale: #464646. Windows color (decimal): -13678716 or 8668975. OLE color: 8668975.

HSL color Cylindrical-coordinate representation of color #2F4784: hue angle of 223.06º 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 #2F4784 is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 47 71 132 -
CMYK 0.64 0.46 0 0.48
HSL 223.06º 0.47% 0.35% -
HSV(B) 223.06º 0.64% 0.52% -
XYZ 7.59 6.78 22.74 -
YUV 70.78 162.55 111.04 -
System Red Green Blue C M Y K H S L
Decimal 47 71 132 0.64 0.46 0 0.48 223.06 0.47 0.35
Hex 2F 47 84 40 2E 0 30 DF 2F 23
Octal 57 107 204 100 56 0 60 337 57 43
Binary 101111 1000111 10000100 1000000 101110 0 110000 11011111 101111 100011

Color Harmonies of #2F4784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4784

Black with #2F4784

Text Example


Text Example

White with #2F4784

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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