#2F3D93

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

Shades of Tory Blue #2F3D93

Tints of Tory Blue #2F3D93

Color information

#2F3D93 (or 0x2F3D93) is unknown color: approx Tory Blue. HEX triplet: 2F, 3D and 93. RGB value is (47,61,147). Sum of RGB (Red+Green+Blue) = 47+61+147=255 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.43% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #2F3D93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3D93 is #D0C26C. Grayscale: #424242. Windows color (decimal): -13681261 or 9649455. OLE color: 9649455.

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

Color convert

RGB4761147-
CMYK0.680.5900.42
HSL231.6º51.55%38.04%-
HSV(B)231.6º68.03%57.65%-
XYZ8.116.0528.34-
YUV66.62173.36114.01-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.43%
GREEN value IS 61 (24.22% from 255) = 23.92%
BLUE value IS 147 (57.81% from 255) = 57.65%
R=18.43%
G=23.92%
B=57.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal47611470.680.5900.42231.651.5538.04
Hex2F3D93443B02Ae83426
Octal5775223104730523506446
Binary101111111101100100111000100111011010101011101000110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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