#435285

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

Shades of Tory Blue #435285

Tints of Tory Blue #435285

Color information

#435285 (or 0x435285) is unknown color: approx Tory Blue. HEX triplet: 43, 52 and 85. RGB value is (67,82,133). Sum of RGB (Red+Green+Blue) = 67+82+133=282 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.76% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #435285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435285 is #BCAD7A. Grayscale: #535353. Windows color (decimal): -12365179 or 8737347. OLE color: 8737347.

HSL color Cylindrical-coordinate representation of color #435285: hue angle of 226.36º 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 #435285 is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6782133-
CMYK0.500.3800.48
HSL226.36º33%39.22%-
HSV(B)226.36º49.62%52.16%-
XYZ9.578.9223.41-
YUV83.33156.03116.35-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.76%
GREEN value IS 82 (32.42% from 255) = 29.08%
BLUE value IS 133 (52.34% from 255) = 47.16%
R=23.76%
G=29.08%
B=47.16%

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
Decimal67821330.500.3800.48226.363339.22
Hex4352853226030e22127
Octal10312220562460603424147
Binary1000011101001010000101110010100110011000011100010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435285; }

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

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

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

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

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

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

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

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