#36429C

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

Shades of Tory Blue #36429C

Tints of Tory Blue #36429C

Color information

#36429C (or 0x36429C) is unknown color: approx Tory Blue. HEX triplet: 36, 42 and 9C. RGB value is (54,66,156). Sum of RGB (Red+Green+Blue) = 54+66+156=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #36429C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36429C is #C9BD63. Grayscale: #484848. Windows color (decimal): -13221220 or 10240566. OLE color: 10240566.

HSL color Cylindrical-coordinate representation of color #36429C: hue angle of 232.94º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36429C is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5466156-
CMYK0.650.5800.39
HSL232.94º48.57%41.18%-
HSV(B)232.94º65.38%61.18%-
XYZ9.477.0832.32-
YUV72.67175.02114.68-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.57%
GREEN value IS 66 (26.17% from 255) = 23.91%
BLUE value IS 156 (61.33% from 255) = 56.52%
R=19.57%
G=23.91%
B=56.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal54661560.650.5800.39232.9448.5741.18
Hex36429C413A027e93129
Octal66102234101720473516151
Binary1101101000010100111001000001111010010011111101001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36429C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36429C; }

 p { color: rgb(54,66,156); }

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

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

 a { background-color: rgb(54,66,156); }

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

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

 span { border-color: rgb(54,66,156); }

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