#333C9B

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

Shades of Tory Blue #333C9B

Tints of Tory Blue #333C9B

Color information

#333C9B (or 0x333C9B) is unknown color: approx Tory Blue. HEX triplet: 33, 3C and 9B. RGB value is (51,60,155). Sum of RGB (Red+Green+Blue) = 51+60+155=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 155 (60.94% from 255 or 58.27% from 266); Max value from RGB is 155 - color contains mainly: blue. Hex color #333C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333C9B is #CCC364. Grayscale: #434343. Windows color (decimal): -13419365 or 10173491. OLE color: 10173491.

HSL color Cylindrical-coordinate representation of color #333C9B: hue angle of 234.81º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #333C9B is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5160155-
CMYK0.670.6100.39
HSL234.81º50.49%40.39%-
HSV(B)234.81º67.1%60.78%-
XYZ8.96.331.76-
YUV68.14177.02115.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.17%
GREEN value IS 60 (23.83% from 255) = 22.56%
BLUE value IS 155 (60.94% from 255) = 58.27%
R=19.17%
G=22.56%
B=58.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal51601550.670.6100.39234.8150.4940.39
Hex333C9B433D027eb3228
Octal6374233103750473536250
Binary110011111100100110111000011111101010011111101011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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