#2F4388

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

Shades of Tory Blue #2F4388

Tints of Tory Blue #2F4388

Color information

#2F4388 (or 0x2F4388) is unknown color: approx Tory Blue. HEX triplet: 2F, 43 and 88. RGB value is (47,67,136). Sum of RGB (Red+Green+Blue) = 47+67+136=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #2F4388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4388 is #D0BC77. Grayscale: #444444. Windows color (decimal): -13679736 or 8930095. OLE color: 8930095.

HSL color Cylindrical-coordinate representation of color #2F4388: hue angle of 226.52º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F4388 is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4767136-
CMYK0.650.5100.47
HSL226.52º48.63%35.88%-
HSV(B)226.52º65.44%53.33%-
XYZ7.626.424.13-
YUV68.89165.87112.39-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.8%
GREEN value IS 67 (26.56% from 255) = 26.8%
BLUE value IS 136 (53.52% from 255) = 54.4%
R=18.8%
G=26.8%
B=54.4%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal47671360.650.5100.47226.5248.6335.88
Hex2F4388413302Fe33124
Octal57103210101630573436144
Binary1011111000011100010001000001110011010111111100011110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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