#435483

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

Shades of Tory Blue #435483

Tints of Tory Blue #435483

Color information

#435483 (or 0x435483) is unknown color: approx Tory Blue. HEX triplet: 43, 54 and 83. RGB value is (67,84,131). Sum of RGB (Red+Green+Blue) = 67+84+131=282 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.76% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 131 (51.56% from 255 or 46.45% from 282); Max value from RGB is 131 - color contains mainly: blue. Hex color #435483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435483 is #BCAB7C. Grayscale: #545454. Windows color (decimal): -12364669 or 8606787. OLE color: 8606787.

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

Color convert

RGB6784131-
CMYK0.490.3600.49
HSL224.06º32.32%38.82%-
HSV(B)224.06º48.85%51.37%-
XYZ9.589.1722.74-
YUV84.28154.37115.68-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.76%
GREEN value IS 84 (33.20% from 255) = 29.79%
BLUE value IS 131 (51.56% from 255) = 46.45%
R=23.76%
G=29.79%
B=46.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal67841310.490.3600.49224.0632.3238.82
Hex4354833124031e02027
Octal10312420361440613404047
Binary1000011101010010000011110001100100011000111100000100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435483; }

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

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

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

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

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

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

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

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