#435083

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

Shades of Tory Blue #435083

Tints of Tory Blue #435083

Color information

#435083 (or 0x435083) is unknown color: approx Tory Blue. HEX triplet: 43, 50 and 83. RGB value is (67,80,131). Sum of RGB (Red+Green+Blue) = 67+80+131=278 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.10% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 131 (51.56% from 255 or 47.12% from 278); Max value from RGB is 131 - color contains mainly: blue. Hex color #435083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435083 is #BCAF7C. Grayscale: #515151. Windows color (decimal): -12365693 or 8605763. OLE color: 8605763.

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

Color convert

RGB6780131-
CMYK0.490.3900.49
HSL227.81º32.32%38.82%-
HSV(B)227.81º48.85%51.37%-
XYZ9.288.5722.64-
YUV81.93155.69117.35-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.10%
GREEN value IS 80 (31.64% from 255) = 28.78%
BLUE value IS 131 (51.56% from 255) = 47.12%
R=24.10%
G=28.78%
B=47.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal67801310.490.3900.49227.8132.3238.82
Hex4350833127031e42027
Octal10312020361470613444047
Binary1000011101000010000011110001100111011000111100100100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435083; }

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

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

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

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

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

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

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

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