#435484

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

Shades of Tory Blue #435484

Tints of Tory Blue #435484

Color information

#435484 (or 0x435484) is unknown color: approx Tory Blue. HEX triplet: 43, 54 and 84. RGB value is (67,84,132). Sum of RGB (Red+Green+Blue) = 67+84+132=283 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.67% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 132 - color contains mainly: blue. Hex color #435484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435484 is #BCAB7B. Grayscale: #545454. Windows color (decimal): -12364668 or 8672323. OLE color: 8672323.

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

Color convert

RGB6784132-
CMYK0.490.3600.48
HSL224.31º32.66%39.02%-
HSV(B)224.31º49.24%51.76%-
XYZ9.659.223.1-
YUV84.39154.87115.6-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.67%
GREEN value IS 84 (33.20% from 255) = 29.68%
BLUE value IS 132 (51.95% from 255) = 46.64%
R=23.67%
G=29.68%
B=46.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal67841320.490.3600.48224.3132.6639.02
Hex4354843124030e02127
Octal10312420461440603404147
Binary1000011101010010000100110001100100011000011100000100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435484; }

 p { color: rgb(67,84,132); }

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

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

 a { background-color: rgb(67,84,132); }

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

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

 span { border-color: rgb(67,84,132); }

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