#2F3B93

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

Shades of Tory Blue #2F3B93

Tints of Tory Blue #2F3B93

Color information

#2F3B93 (or 0x2F3B93) is unknown color: approx Tory Blue. HEX triplet: 2F, 3B and 93. RGB value is (47,59,147). Sum of RGB (Red+Green+Blue) = 47+59+147=253 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.58% from 253); Green value is 59 (23.44% from 255 or 23.32% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #2F3B93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3B93 is #D0C46C. Grayscale: #414141. Windows color (decimal): -13681773 or 9648943. OLE color: 9648943.

HSL color Cylindrical-coordinate representation of color #2F3B93: hue angle of 232.8º 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 #2F3B93 is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4759147-
CMYK0.680.6000.42
HSL232.8º51.55%38.04%-
HSV(B)232.8º68.03%57.65%-
XYZ85.8428.31-
YUV65.44174.02114.84-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.58%
GREEN value IS 59 (23.44% from 255) = 23.32%
BLUE value IS 147 (57.81% from 255) = 58.10%
R=18.58%
G=23.32%
B=58.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal47591470.680.6000.42232.851.5538.04
Hex2F3B93443C02Ae93426
Octal5773223104740523516446
Binary101111111011100100111000100111100010101011101001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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