#2F4195

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

Shades of Tory Blue #2F4195

Tints of Tory Blue #2F4195

Color information

#2F4195 (or 0x2F4195) is unknown color: approx Tory Blue. HEX triplet: 2F, 41 and 95. RGB value is (47,65,149). Sum of RGB (Red+Green+Blue) = 47+65+149=261 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.01% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 149 (58.59% from 255 or 57.09% from 261); Max value from RGB is 149 - color contains mainly: blue. Hex color #2F4195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4195 is #D0BE6A. Grayscale: #444444. Windows color (decimal): -13680235 or 9781551. OLE color: 9781551.

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

Color convert

RGB4765149-
CMYK0.680.5600.42
HSL229.41º52.04%38.43%-
HSV(B)229.41º68.46%58.43%-
XYZ8.496.5529.25-
YUV69.19173.04112.17-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.01%
GREEN value IS 65 (25.78% from 255) = 24.90%
BLUE value IS 149 (58.59% from 255) = 57.09%
R=18.01%
G=24.90%
B=57.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal47651490.680.5600.42229.4152.0438.43
Hex2F4195443802Ae53426
Octal57101225104700523456446
Binary1011111000001100101011000100111000010101011100101110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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