#333C9F

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

Shades of Tory Blue #333C9F

Tints of Tory Blue #333C9F

Color information

#333C9F (or 0x333C9F) is unknown color: approx Tory Blue. HEX triplet: 33, 3C and 9F. RGB value is (51,60,159). Sum of RGB (Red+Green+Blue) = 51+60+159=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 159 (62.5% from 255 or 58.89% from 270); Max value from RGB is 159 - color contains mainly: blue. Hex color #333C9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333C9F is #CCC360. Grayscale: #444444. Windows color (decimal): -13419361 or 10435635. OLE color: 10435635.

HSL color Cylindrical-coordinate representation of color #333C9F: hue angle of 235º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #333C9F is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5160159-
CMYK0.680.6200.38
HSL235º51.43%41.18%-
HSV(B)235º67.92%62.35%-
XYZ9.246.4433.56-
YUV68.6179.02115.45-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.89%
GREEN value IS 60 (23.83% from 255) = 22.22%
BLUE value IS 159 (62.5% from 255) = 58.89%
R=18.89%
G=22.22%
B=58.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51601590.680.6200.3823551.4341.18
Hex333C9F443E026eb3329
Octal6374237104760463536351
Binary110011111100100111111000100111110010011011101011110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333C9F; }

 p { color: rgb(51,60,159); }

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

<style>
 a { background-color: #333C9F; }

 a { background-color: rgb(51,60,159); }

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

<style>
 span { border-color: #333C9F; }

 span { border-color: rgb(51,60,159); }

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