Html Css Color HEX #2F4A91 Tory Blue

📋 copy color: '#2F4A91'

red 47 ◦ green 74 ◦ blue 145

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

Shades of Tory Blue #2F4A91

Tints of Tory Blue #2F4A91

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.82%

 BLUE value IS 145 (57.03% from 255) = 54.51%

R = 17.67%
G = 27.82%
B = 54.51%

CMYK

 C value IS 0.68

 M value IS 0.49

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2F4A91 (or 0x2F4A91) is known color: Tory Blue. HEX triplet: 2F, 4A and 91. RGB value is (47,74,145). Sum of RGB (Red+Green+Blue) = 47+74+145=266 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.67% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 145 (57.03% from 255 or 54.51% from 266); Max value from RGB is 145 - color contains mainly: blue. Hex color #2F4A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4A91 is #D0B56E. Grayscale: #494949. Windows color (decimal): -13677935 or 9521711. OLE color: 9521711.

HSL color Cylindrical-coordinate representation of color #2F4A91: hue angle of 223.47º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F4A91 is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 47 74 145 -
CMYK 0.68 0.49 0 0.43
HSL 223.47º 0.51% 0.38% -
HSV(B) 223.47º 0.68% 0.57% -
XYZ 8.73 7.55 27.78 -
YUV 74.02 168.05 108.73 -
System Red Green Blue C M Y K H S L
Decimal 47 74 145 0.68 0.49 0 0.43 223.47 0.51 0.38
Hex 2F 4A 91 44 31 0 2B DF 33 26
Octal 57 112 221 104 61 0 53 337 63 46
Binary 101111 1001010 10010001 1000100 110001 0 101011 11011111 110011 100110

Color Harmonies of #2F4A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4A91

Black with #2F4A91

Text Example


Text Example

White with #2F4A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,74,145); }

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

background-color css

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

 a { background-color: rgb(47,74,145); }

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

border-color css

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

 span { border-color: rgb(47,74,145); }

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