Html Css Color HEX #36439B Tory Blue

📋 copy color: '#36439B'

red 54 ◦ green 67 ◦ blue 155

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

Shades of Tory Blue #36439B

Tints of Tory Blue #36439B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 56.16%

R = 19.57%
G = 24.28%
B = 56.16%

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

#36439B (or 0x36439B) is known color: Tory Blue. HEX triplet: 36, 43 and 9B. RGB value is (54,67,155). Sum of RGB (Red+Green+Blue) = 54+67+155=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #36439B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36439B is #C9BC64. Grayscale: #484848. Windows color (decimal): -13220965 or 10175286. OLE color: 10175286.

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

Color convert

RGB 54 67 155 -
CMYK 0.65 0.57 0 0.39
HSL 232.28º 0.48% 0.41% -
HSV(B) 232.28º 0.65% 0.61% -
XYZ 9.44 7.17 31.9 -
YUV 73.15 174.19 114.34 -
System Red Green Blue C M Y K H S L
Decimal 54 67 155 0.65 0.57 0 0.39 232.28 0.48 0.41
Hex 36 43 9B 41 39 0 27 E8 30 29
Octal 66 103 233 101 71 0 47 350 60 51
Binary 110110 1000011 10011011 1000001 111001 0 100111 11101000 110000 101001

Color Harmonies of #36439B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36439B

Black with #36439B

Text Example


Text Example

White with #36439B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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