Html Css Color HEX #36439C Tory Blue

📋 copy color: '#36439C'

red 54 ◦ green 67 ◦ blue 156

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

Shades of Tory Blue #36439C

Tints of Tory Blue #36439C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.19%

 BLUE value IS 156 (61.33% from 255) = 56.32%

R = 19.49%
G = 24.19%
B = 56.32%

CMYK

 C value IS 0.65

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36439C (or 0x36439C) is known color: Tory Blue. HEX triplet: 36, 43 and 9C. RGB value is (54,67,156). Sum of RGB (Red+Green+Blue) = 54+67+156=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 156 (61.33% from 255 or 56.32% from 277); Max value from RGB is 156 - color contains mainly: blue. Hex color #36439C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36439C is #C9BC63. Grayscale: #484848. Windows color (decimal): -13220964 or 10240822. OLE color: 10240822.

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

Color convert

RGB 54 67 156 -
CMYK 0.65 0.57 0 0.39
HSL 232.35º 0.49% 0.41% -
HSV(B) 232.35º 0.65% 0.61% -
XYZ 9.53 7.2 32.34 -
YUV 73.26 174.69 114.26 -
System Red Green Blue C M Y K H S L
Decimal 54 67 156 0.65 0.57 0 0.39 232.35 0.49 0.41
Hex 36 43 9C 41 39 0 27 E8 31 29
Octal 66 103 234 101 71 0 47 350 61 51
Binary 110110 1000011 10011100 1000001 111001 0 100111 11101000 110001 101001

Color Harmonies of #36439C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36439C

Black with #36439C

Text Example


Text Example

White with #36439C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #36439C;
 }
 .AnyTagClassName
 {
   color: #36439C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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