#35438E

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

Shades of Tory Blue #35438E

Tints of Tory Blue #35438E

Color information

#35438E (or 0x35438E) is unknown color: approx Tory Blue. HEX triplet: 35, 43 and 8E. RGB value is (53,67,142). Sum of RGB (Red+Green+Blue) = 53+67+142=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 142 (55.86% from 255 or 54.20% from 262); Max value from RGB is 142 - color contains mainly: blue. Hex color #35438E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35438E is #CABC71. Grayscale: #474747. Windows color (decimal): -13286514 or 9323317. OLE color: 9323317.

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

Color convert

RGB5367142-
CMYK0.630.5300.44
HSL230.56º45.64%38.24%-
HSV(B)230.56º62.68%55.69%-
XYZ8.366.7226.45-
YUV71.36167.86114.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.23%
GREEN value IS 67 (26.56% from 255) = 25.57%
BLUE value IS 142 (55.86% from 255) = 54.20%
R=20.23%
G=25.57%
B=54.20%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53671420.630.5300.44230.5645.6438.24
Hex35438E3F3502Ce72e26
Octal6510321677650543475646
Binary110101100001110001110111111110101010110011100111101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35438E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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