#32438B

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

Shades of Tory Blue #32438B

Tints of Tory Blue #32438B

Color information

#32438B (or 0x32438B) is unknown color: approx Tory Blue. HEX triplet: 32, 43 and 8B. RGB value is (50,67,139). Sum of RGB (Red+Green+Blue) = 50+67+139=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #32438B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32438B is #CDBC74. Grayscale: #454545. Windows color (decimal): -13483125 or 9126706. OLE color: 9126706.

HSL color Cylindrical-coordinate representation of color #32438B: hue angle of 228.54º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32438B is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5067139-
CMYK0.640.5200.45
HSL228.54º47.09%37.06%-
HSV(B)228.54º64.03%54.51%-
XYZ7.986.5625.27-
YUV70.12166.87113.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.53%
GREEN value IS 67 (26.56% from 255) = 26.17%
BLUE value IS 139 (54.69% from 255) = 54.30%
R=19.53%
G=26.17%
B=54.30%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50671390.640.5200.45228.5447.0937.06
Hex32438B403402De52f25
Octal62103213100640553455745
Binary1100101000011100010111000000110100010110111100101101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32438B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32438B; }

 p { color: rgb(50,67,139); }

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

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

 a { background-color: rgb(50,67,139); }

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

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

 span { border-color: rgb(50,67,139); }

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