#435182

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

Shades of Tory Blue #435182

Tints of Tory Blue #435182

Color information

#435182 (or 0x435182) is unknown color: approx Tory Blue. HEX triplet: 43, 51 and 82. RGB value is (67,81,130). Sum of RGB (Red+Green+Blue) = 67+81+130=278 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.10% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 130 (51.17% from 255 or 46.76% from 278); Max value from RGB is 130 - color contains mainly: blue. Hex color #435182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435182 is #BCAE7D. Grayscale: #525252. Windows color (decimal): -12365438 or 8540483. OLE color: 8540483.

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

Color convert

RGB6781130-
CMYK0.480.3800.49
HSL226.67º31.98%38.63%-
HSV(B)226.67º48.46%50.98%-
XYZ9.298.6922.31-
YUV82.4154.86117.02-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.10%
GREEN value IS 81 (32.03% from 255) = 29.14%
BLUE value IS 130 (51.17% from 255) = 46.76%
R=24.10%
G=29.14%
B=46.76%

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
Decimal67811300.480.3800.49226.6731.9838.63
Hex4351823026031e32027
Octal10312120260460613434047
Binary1000011101000110000010110000100110011000111100011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435182; }

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

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

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

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

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

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

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

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