#435385

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

Shades of Tory Blue #435385

Tints of Tory Blue #435385

Color information

#435385 (or 0x435385) is unknown color: approx Tory Blue. HEX triplet: 43, 53 and 85. RGB value is (67,83,133). Sum of RGB (Red+Green+Blue) = 67+83+133=283 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.67% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #435385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435385 is #BCAC7A. Grayscale: #535353. Windows color (decimal): -12364923 or 8737603. OLE color: 8737603.

HSL color Cylindrical-coordinate representation of color #435385: hue angle of 225.45º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #435385 is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6783133-
CMYK0.500.3800.48
HSL225.45º33%39.22%-
HSV(B)225.45º49.62%52.16%-
XYZ9.649.0723.43-
YUV83.92155.7115.93-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.67%
GREEN value IS 83 (32.81% from 255) = 29.33%
BLUE value IS 133 (52.34% from 255) = 47.00%
R=23.67%
G=29.33%
B=47.00%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal67831330.500.3800.48225.453339.22
Hex4353853226030e12127
Octal10312320562460603414147
Binary1000011101001110000101110010100110011000011100001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435385; }

 p { color: rgb(67,83,133); }

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

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

 a { background-color: rgb(67,83,133); }

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

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

 span { border-color: rgb(67,83,133); }

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