#2F428E

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

Shades of Tory Blue #2F428E

Tints of Tory Blue #2F428E

Color information

#2F428E (or 0x2F428E) is unknown color: approx Tory Blue. HEX triplet: 2F, 42 and 8E. RGB value is (47,66,142). Sum of RGB (Red+Green+Blue) = 47+66+142=255 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.43% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 142 (55.86% from 255 or 55.69% from 255); Max value from RGB is 142 - color contains mainly: blue. Hex color #2F428E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F428E is #D0BD71. Grayscale: #444444. Windows color (decimal): -13679986 or 9323055. OLE color: 9323055.

HSL color Cylindrical-coordinate representation of color #2F428E: hue angle of 228º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F428E is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4766142-
CMYK0.670.5400.44
HSL228º50.26%37.06%-
HSV(B)228º66.9%55.69%-
XYZ86.4526.42-
YUV68.98169.21112.32-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.43%
GREEN value IS 66 (26.17% from 255) = 25.88%
BLUE value IS 142 (55.86% from 255) = 55.69%
R=18.43%
G=25.88%
B=55.69%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal47661420.670.5400.4422850.2637.06
Hex2F428E433602Ce43225
Octal57102216103660543446245
Binary1011111000010100011101000011110110010110011100100110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F428E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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