#2F4095

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

Shades of Tory Blue #2F4095

Tints of Tory Blue #2F4095

Color information

#2F4095 (or 0x2F4095) is unknown color: approx Tory Blue. HEX triplet: 2F, 40 and 95. RGB value is (47,64,149). Sum of RGB (Red+Green+Blue) = 47+64+149=260 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.08% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 149 (58.59% from 255 or 57.31% from 260); Max value from RGB is 149 - color contains mainly: blue. Hex color #2F4095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4095 is #D0BF6A. Grayscale: #444444. Windows color (decimal): -13680491 or 9781295. OLE color: 9781295.

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

Color convert

RGB4764149-
CMYK0.680.5700.42
HSL230º52.04%38.43%-
HSV(B)230º68.46%58.43%-
XYZ8.436.4429.23-
YUV68.61173.37112.59-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.08%
GREEN value IS 64 (25.39% from 255) = 24.62%
BLUE value IS 149 (58.59% from 255) = 57.31%
R=18.08%
G=24.62%
B=57.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal47641490.680.5700.4223052.0438.43
Hex2F4095443902Ae63426
Octal57100225104710523466446
Binary1011111000000100101011000100111001010101011100110110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,64,149); }

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

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

 a { background-color: rgb(47,64,149); }

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

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

 span { border-color: rgb(47,64,149); }

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