#35468F

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

Shades of Tory Blue #35468F

Tints of Tory Blue #35468F

Color information

#35468F (or 0x35468F) is unknown color: approx Tory Blue. HEX triplet: 35, 46 and 8F. RGB value is (53,70,143). Sum of RGB (Red+Green+Blue) = 53+70+143=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 143 (56.25% from 255 or 53.76% from 266); Max value from RGB is 143 - color contains mainly: blue. Hex color #35468F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35468F is #CAB970. Grayscale: #484848. Windows color (decimal): -13285745 or 9389621. OLE color: 9389621.

HSL color Cylindrical-coordinate representation of color #35468F: hue angle of 228.67º 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 #35468F is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5370143-
CMYK0.630.5100.44
HSL228.67º45.92%38.43%-
HSV(B)228.67º62.94%56.08%-
XYZ8.627.1226.91-
YUV73.24167.37113.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.92%
GREEN value IS 70 (27.73% from 255) = 26.32%
BLUE value IS 143 (56.25% from 255) = 53.76%
R=19.92%
G=26.32%
B=53.76%

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
Decimal53701430.630.5100.44228.6745.9238.43
Hex35468F3F3302Ce52e26
Octal6510621777630543455646
Binary110101100011010001111111111110011010110011100101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35468F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35468F; }

 p { color: rgb(53,70,143); }

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

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

 a { background-color: rgb(53,70,143); }

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

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

 span { border-color: rgb(53,70,143); }

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