Html Css Color HEX #36429C Tory Blue

📋 copy color: '#36429C'

red 54 ◦ green 66 ◦ blue 156

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

Shades of Tory Blue #36429C

Tints of Tory Blue #36429C

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 value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36429C (or 0x36429C) is known color: 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

RGB 54 66 156 -
CMYK 0.65 0.58 0 0.39
HSL 232.94º 0.49% 0.41% -
HSV(B) 232.94º 0.65% 0.61% -
XYZ 9.47 7.08 32.32 -
YUV 72.67 175.02 114.68 -
System Red Green Blue C M Y K H S L
Decimal 54 66 156 0.65 0.58 0 0.39 232.94 0.49 0.41
Hex 36 42 9C 41 3A 0 27 E9 31 29
Octal 66 102 234 101 72 0 47 351 61 51
Binary 110110 1000010 10011100 1000001 111010 0 100111 11101001 110001 101001

Color Harmonies of #36429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36429C

Black with #36429C

Text Example


Text Example

White with #36429C

Text Example


Text Example

HTML Codes & Css Web 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>