#2F4485

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

Shades of Tory Blue #2F4485

Tints of Tory Blue #2F4485

Color information

#2F4485 (or 0x2F4485) is unknown color: approx Tory Blue. HEX triplet: 2F, 44 and 85. RGB value is (47,68,133). Sum of RGB (Red+Green+Blue) = 47+68+133=248 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.95% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 133 (52.34% from 255 or 53.63% from 248); Max value from RGB is 133 - color contains mainly: blue. Hex color #2F4485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4485 is #D0BB7A. Grayscale: #444444. Windows color (decimal): -13679483 or 8733743. OLE color: 8733743.

HSL color Cylindrical-coordinate representation of color #2F4485: hue angle of 225.35º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F4485 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4768133-
CMYK0.650.4900.48
HSL225.35º47.78%35.29%-
HSV(B)225.35º64.66%52.16%-
XYZ7.476.4323.04-
YUV69.13164.04112.21-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.95%
GREEN value IS 68 (26.95% from 255) = 27.42%
BLUE value IS 133 (52.34% from 255) = 53.63%
R=18.95%
G=27.42%
B=53.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal47681330.650.4900.48225.3547.7835.29
Hex2F44854131030e13023
Octal57104205101610603416043
Binary1011111000100100001011000001110001011000011100001110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,68,133); }

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

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

 a { background-color: rgb(47,68,133); }

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

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

 span { border-color: rgb(47,68,133); }

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