#2F4285

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

Shades of Tory Blue #2F4285

Tints of Tory Blue #2F4285

Color information

#2F4285 (or 0x2F4285) is unknown color: approx Tory Blue. HEX triplet: 2F, 42 and 85. RGB value is (47,66,133). Sum of RGB (Red+Green+Blue) = 47+66+133=246 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.11% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #2F4285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4285 is #D0BD7A. Grayscale: #434343. Windows color (decimal): -13679995 or 8733231. OLE color: 8733231.

HSL color Cylindrical-coordinate representation of color #2F4285: hue angle of 226.74º 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 #2F4285 is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4766133-
CMYK0.650.5000.48
HSL226.74º47.78%35.29%-
HSV(B)226.74º64.66%52.16%-
XYZ7.356.1923-
YUV67.96164.71113.05-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.11%
GREEN value IS 66 (26.17% from 255) = 26.83%
BLUE value IS 133 (52.34% from 255) = 54.07%
R=19.11%
G=26.83%
B=54.07%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal47661330.650.5000.48226.7447.7835.29
Hex2F42854132030e33023
Octal57102205101620603436043
Binary1011111000010100001011000001110010011000011100011110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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