#334098

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

Shades of Tory Blue #334098

Tints of Tory Blue #334098

Color information

#334098 (or 0x334098) is unknown color: approx Tory Blue. HEX triplet: 33, 40 and 98. RGB value is (51,64,152). Sum of RGB (Red+Green+Blue) = 51+64+152=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 152 (59.77% from 255 or 56.93% from 267); Max value from RGB is 152 - color contains mainly: blue. Hex color #334098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334098 is #CCBF67. Grayscale: #454545. Windows color (decimal): -13418344 or 9977907. OLE color: 9977907.

HSL color Cylindrical-coordinate representation of color #334098: hue angle of 232.28º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #334098 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5164152-
CMYK0.660.5800.40
HSL232.28º49.75%39.8%-
HSV(B)232.28º66.45%59.61%-
XYZ8.876.6430.52-
YUV70.14174.19114.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.10%
GREEN value IS 64 (25.39% from 255) = 23.97%
BLUE value IS 152 (59.77% from 255) = 56.93%
R=19.10%
G=23.97%
B=56.93%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal51641520.660.5800.40232.2849.7539.8
Hex334098423A028e83228
Octal63100230102720503506250
Binary1100111000000100110001000010111010010100011101000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334098; }

 p { color: rgb(51,64,152); }

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

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

 a { background-color: rgb(51,64,152); }

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

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

 span { border-color: rgb(51,64,152); }

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