Html Css Color HEX #36429E Tory Blue

📋 copy color: '#36429E'

red 54 ◦ green 66 ◦ blue 158

#36429E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tory Blue #36429E

Tints of Tory Blue #36429E

RGB

 RED value IS 54 (21.48% from 255) = 19.42%

 GREEN value IS 66 (26.17% from 255) = 23.74%

 BLUE value IS 158 (62.11% from 255) = 56.83%

R = 19.42%
G = 23.74%
B = 56.83%

CMYK

 C value IS 0.66

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#36429E (or 0x36429E) is known color: Tory Blue. HEX triplet: 36, 42 and 9E. RGB value is (54,66,158). Sum of RGB (Red+Green+Blue) = 54+66+158=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 158 (62.11% from 255 or 56.83% from 278); Max value from RGB is 158 - color contains mainly: blue. Hex color #36429E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36429E is #C9BD61. Grayscale: #484848. Windows color (decimal): -13221218 or 10371638. OLE color: 10371638.

HSL color Cylindrical-coordinate representation of color #36429E: hue angle of 233.08º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36429E is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 66 158 -
CMYK 0.66 0.58 0 0.38
HSL 233.08º 0.49% 0.42% -
HSV(B) 233.08º 0.66% 0.62% -
XYZ 9.64 7.15 33.22 -
YUV 72.9 176.02 114.52 -
System Red Green Blue C M Y K H S L
Decimal 54 66 158 0.66 0.58 0 0.38 233.08 0.49 0.42
Hex 36 42 9E 42 3A 0 26 E9 31 2A
Octal 66 102 236 102 72 0 46 351 61 52
Binary 110110 1000010 10011110 1000010 111010 0 100110 11101001 110001 101010

Color Harmonies of #36429E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36429E

Black with #36429E

Text Example


Text Example

White with #36429E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #36429E;
 }
 .AnyTagClassName
 {
   color: #36429E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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