#2F3C9B

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

Shades of Tory Blue #2F3C9B

Tints of Tory Blue #2F3C9B

Color information

#2F3C9B (or 0x2F3C9B) is unknown color: approx Tory Blue. HEX triplet: 2F, 3C and 9B. RGB value is (47,60,155). Sum of RGB (Red+Green+Blue) = 47+60+155=262 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.94% from 262); Green value is 60 (23.83% from 255 or 22.90% from 262); Blue value is 155 (60.94% from 255 or 59.16% from 262); Max value from RGB is 155 - color contains mainly: blue. Hex color #2F3C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3C9B is #D0C364. Grayscale: #424242. Windows color (decimal): -13681509 or 10173487. OLE color: 10173487.

HSL color Cylindrical-coordinate representation of color #2F3C9B: hue angle of 232.78º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F3C9B is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4760155-
CMYK0.700.6100.39
HSL232.78º53.47%39.61%-
HSV(B)232.78º69.68%60.78%-
XYZ8.76.231.75-
YUV66.94177.69113.78-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.94%
GREEN value IS 60 (23.83% from 255) = 22.90%
BLUE value IS 155 (60.94% from 255) = 59.16%
R=17.94%
G=22.90%
B=59.16%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal47601550.700.6100.39232.7853.4739.61
Hex2F3C9B463D027e93528
Octal5774233106750473516550
Binary101111111100100110111000110111101010011111101001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,60,155); }

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

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

 a { background-color: rgb(47,60,155); }

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

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

 span { border-color: rgb(47,60,155); }

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