#435082

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

Shades of Tory Blue #435082

Tints of Tory Blue #435082

Color information

#435082 (or 0x435082) is unknown color: approx Tory Blue. HEX triplet: 43, 50 and 82. RGB value is (67,80,130). Sum of RGB (Red+Green+Blue) = 67+80+130=277 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.19% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 130 - color contains mainly: blue. Hex color #435082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435082 is #BCAF7D. Grayscale: #515151. Windows color (decimal): -12365694 or 8540227. OLE color: 8540227.

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

Color convert

RGB6780130-
CMYK0.480.3800.49
HSL227.62º31.98%38.63%-
HSV(B)227.62º48.46%50.98%-
XYZ9.218.5422.28-
YUV81.81155.19117.43-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.19%
GREEN value IS 80 (31.64% from 255) = 28.88%
BLUE value IS 130 (51.17% from 255) = 46.93%
R=24.19%
G=28.88%
B=46.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal67801300.480.3800.49227.6231.9838.63
Hex4350823026031e42027
Octal10312020260460613444047
Binary1000011101000010000010110000100110011000111100100100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435082; }

 p { color: rgb(67,80,130); }

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

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

 a { background-color: rgb(67,80,130); }

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

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

 span { border-color: rgb(67,80,130); }

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