#2F4295

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

Shades of Tory Blue #2F4295

Tints of Tory Blue #2F4295

Color information

#2F4295 (or 0x2F4295) is unknown color: approx Tory Blue. HEX triplet: 2F, 42 and 95. RGB value is (47,66,149). Sum of RGB (Red+Green+Blue) = 47+66+149=262 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.94% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 149 (58.59% from 255 or 56.87% from 262); Max value from RGB is 149 - color contains mainly: blue. Hex color #2F4295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4295 is #D0BD6A. Grayscale: #454545. Windows color (decimal): -13679979 or 9781807. OLE color: 9781807.

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

Color convert

RGB4766149-
CMYK0.680.5600.42
HSL228.82º52.04%38.43%-
HSV(B)228.82º68.46%58.43%-
XYZ8.556.6729.27-
YUV69.78172.71111.75-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.94%
GREEN value IS 66 (26.17% from 255) = 25.19%
BLUE value IS 149 (58.59% from 255) = 56.87%
R=17.94%
G=25.19%
B=56.87%

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
Decimal47661490.680.5600.42228.8252.0438.43
Hex2F4295443802Ae53426
Octal57102225104700523456446
Binary1011111000010100101011000100111000010101011100101110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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