#34458B

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

Shades of Tory Blue #34458B

Tints of Tory Blue #34458B

Color information

#34458B (or 0x34458B) is unknown color: approx Tory Blue. HEX triplet: 34, 45 and 8B. RGB value is (52,69,139). Sum of RGB (Red+Green+Blue) = 52+69+139=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 139 (54.69% from 255 or 53.46% from 260); Max value from RGB is 139 - color contains mainly: blue. Hex color #34458B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34458B is #CBBA74. Grayscale: #474747. Windows color (decimal): -13351541 or 9127220. OLE color: 9127220.

HSL color Cylindrical-coordinate representation of color #34458B: hue angle of 228.28º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34458B is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5269139-
CMYK0.630.5000.45
HSL228.28º45.55%37.45%-
HSV(B)228.28º62.59%54.51%-
XYZ8.26.8525.32-
YUV71.9165.87113.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20%
GREEN value IS 69 (27.34% from 255) = 26.54%
BLUE value IS 139 (54.69% from 255) = 53.46%
R=20%
G=26.54%
B=53.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52691390.630.5000.45228.2845.5537.45
Hex34458B3F3202De42e25
Octal6410521377620553445645
Binary110100100010110001011111111110010010110111100100101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34458B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34458B; }

 p { color: rgb(52,69,139); }

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

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

 a { background-color: rgb(52,69,139); }

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

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

 span { border-color: rgb(52,69,139); }

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