#2F3F8A

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

Shades of Tory Blue #2F3F8A

Tints of Tory Blue #2F3F8A

Color information

#2F3F8A (or 0x2F3F8A) is unknown color: approx Tory Blue. HEX triplet: 2F, 3F and 8A. RGB value is (47,63,138). Sum of RGB (Red+Green+Blue) = 47+63+138=248 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.95% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 138 (54.30% from 255 or 55.65% from 248); Max value from RGB is 138 - color contains mainly: blue. Hex color #2F3F8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3F8A is #D0C075. Grayscale: #424242. Windows color (decimal): -13680758 or 9060143. OLE color: 9060143.

HSL color Cylindrical-coordinate representation of color #2F3F8A: hue angle of 229.45º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F3F8A is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4763138-
CMYK0.660.5400.46
HSL229.45º49.19%36.27%-
HSV(B)229.45º65.94%54.12%-
XYZ7.545.9924.8-
YUV66.77168.2113.9-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.95%
GREEN value IS 63 (25% from 255) = 25.40%
BLUE value IS 138 (54.30% from 255) = 55.65%
R=18.95%
G=25.40%
B=55.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal47631380.660.5400.46229.4549.1936.27
Hex2F3F8A423602Ee53124
Octal5777212102660563456144
Binary101111111111100010101000010110110010111011100101110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,63,138); }

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

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

 a { background-color: rgb(47,63,138); }

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

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

 span { border-color: rgb(47,63,138); }

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