#2F4D9A

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

Shades of Tory Blue #2F4D9A

Tints of Tory Blue #2F4D9A

Color information

#2F4D9A (or 0x2F4D9A) is unknown color: approx Tory Blue. HEX triplet: 2F, 4D and 9A. RGB value is (47,77,154). Sum of RGB (Red+Green+Blue) = 47+77+154=278 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.91% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 154 (60.55% from 255 or 55.40% from 278); Max value from RGB is 154 - color contains mainly: blue. Hex color #2F4D9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F4D9A is #D0B265. Grayscale: #4C4C4C. Windows color (decimal): -13677158 or 10112303. OLE color: 10112303.

HSL color Cylindrical-coordinate representation of color #2F4D9A: hue angle of 223.18º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F4D9A is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4777154-
CMYK0.690.5000.40
HSL223.18º53.23%39.41%-
HSV(B)223.18º69.48%60.39%-
XYZ9.668.2531.65-
YUV76.81171.56106.74-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.91%
GREEN value IS 77 (30.47% from 255) = 27.70%
BLUE value IS 154 (60.55% from 255) = 55.40%
R=16.91%
G=27.70%
B=55.40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal47771540.690.5000.40223.1853.2339.41
Hex2F4D9A4532028df3527
Octal57115232105620503376547
Binary1011111001101100110101000101110010010100011011111110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,77,154); }

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

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

 a { background-color: rgb(47,77,154); }

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

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

 span { border-color: rgb(47,77,154); }

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