#35458E

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

Shades of Tory Blue #35458E

Tints of Tory Blue #35458E

Color information

#35458E (or 0x35458E) is unknown color: approx Tory Blue. HEX triplet: 35, 45 and 8E. RGB value is (53,69,142). Sum of RGB (Red+Green+Blue) = 53+69+142=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 142 (55.86% from 255 or 53.79% from 264); Max value from RGB is 142 - color contains mainly: blue. Hex color #35458E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35458E is #CABA71. Grayscale: #484848. Windows color (decimal): -13286002 or 9323829. OLE color: 9323829.

HSL color Cylindrical-coordinate representation of color #35458E: hue angle of 229.21º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35458E is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5369142-
CMYK0.630.5100.44
HSL229.21º45.64%38.24%-
HSV(B)229.21º62.68%55.69%-
XYZ8.486.9726.49-
YUV72.54167.2114.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.08%
GREEN value IS 69 (27.34% from 255) = 26.14%
BLUE value IS 142 (55.86% from 255) = 53.79%
R=20.08%
G=26.14%
B=53.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53691420.630.5100.44229.2145.6438.24
Hex35458E3F3302Ce52e26
Octal6510521677630543455646
Binary110101100010110001110111111110011010110011100101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35458E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35458E; }

 p { color: rgb(53,69,142); }

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

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

 a { background-color: rgb(53,69,142); }

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

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

 span { border-color: rgb(53,69,142); }

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