Html Css Color HEX #36479D Tory Blue

📋 copy color: '#36479D'

red 54 ◦ green 71 ◦ blue 157

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

Shades of Tory Blue #36479D

Tints of Tory Blue #36479D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.18%

 BLUE value IS 157 (61.72% from 255) = 55.67%

R = 19.15%
G = 25.18%
B = 55.67%

CMYK

 C value IS 0.66

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#36479D (or 0x36479D) is known color: Tory Blue. HEX triplet: 36, 47 and 9D. RGB value is (54,71,157). Sum of RGB (Red+Green+Blue) = 54+71+157=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 157 (61.72% from 255 or 55.67% from 282); Max value from RGB is 157 - color contains mainly: blue. Hex color #36479D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36479D is #C9B862. Grayscale: #4B4B4B. Windows color (decimal): -13219939 or 10307382. OLE color: 10307382.

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

Color convert

RGB 54 71 157 -
CMYK 0.66 0.55 0 0.38
HSL 230.1º 0.49% 0.41% -
HSV(B) 230.1º 0.66% 0.62% -
XYZ 9.86 7.73 32.87 -
YUV 75.72 173.87 112.51 -
System Red Green Blue C M Y K H S L
Decimal 54 71 157 0.66 0.55 0 0.38 230.1 0.49 0.41
Hex 36 47 9D 42 37 0 26 E6 31 29
Octal 66 107 235 102 67 0 46 346 61 51
Binary 110110 1000111 10011101 1000010 110111 0 100110 11100110 110001 101001

Color Harmonies of #36479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36479D

Black with #36479D

Text Example


Text Example

White with #36479D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36479D; }

 p { color: rgb(54,71,157); }

 H1.HeaderClassName
 {
   color: #36479D;
 }
 .AnyTagClassName
 {
   color: #36479D;
 }
</style>

background-color css

<style>
 a { background-color: #36479D; }

 a { background-color: rgb(54,71,157); }

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

border-color css

<style>
 span { border-color: #36479D; }

 span { border-color: rgb(54,71,157); }

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