#2F4393

Color #2F4393 Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #2F4393

Tints of Tory Blue #2F4393

Color information

#2F4393 (or 0x2F4393) is unknown color: approx Tory Blue. HEX triplet: 2F, 43 and 93. RGB value is (47,67,147). Sum of RGB (Red+Green+Blue) = 47+67+147=261 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.01% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 147 (57.81% from 255 or 56.32% from 261); Max value from RGB is 147 - color contains mainly: blue. Hex color #2F4393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4393 is #D0BC6C. Grayscale: #454545. Windows color (decimal): -13679725 or 9650991. OLE color: 9650991.

HSL color Cylindrical-coordinate representation of color #2F4393: hue angle of 228º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F4393 is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4767147-
CMYK0.680.5400.42
HSL228º51.55%38.04%-
HSV(B)228º68.03%57.65%-
XYZ8.456.7328.46-
YUV70.14171.37111.5-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.01%
GREEN value IS 67 (26.56% from 255) = 25.67%
BLUE value IS 147 (57.81% from 255) = 56.32%
R=18.01%
G=25.67%
B=56.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal47671470.680.5400.4222851.5538.04
Hex2F4393443602Ae43426
Octal57103223104660523446446
Binary1011111000011100100111000100110110010101011100100110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,67,147); }

 H1.HeaderClassName
 {
   color: #2F4393;
 }
 .AnyTagClassName
 {
   color: #2F4393;
 }
</style>
background-color css

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

 a { background-color: rgb(47,67,147); }

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

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

 span { border-color: rgb(47,67,147); }

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