Html Css Color HEX #36469B Tory Blue

📋 copy color: '#36469B'

red 54 ◦ green 70 ◦ blue 155

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

Shades of Tory Blue #36469B

Tints of Tory Blue #36469B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.09%

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

R = 19.35%
G = 25.09%
B = 55.56%

CMYK

 C value IS 0.65

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36469B (or 0x36469B) is known color: Tory Blue. HEX triplet: 36, 46 and 9B. RGB value is (54,70,155). Sum of RGB (Red+Green+Blue) = 54+70+155=279 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.35% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #36469B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36469B is #C9B964. Grayscale: #4A4A4A. Windows color (decimal): -13220197 or 10176054. OLE color: 10176054.

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

Color convert

RGB 54 70 155 -
CMYK 0.65 0.55 0 0.39
HSL 230.5º 0.48% 0.41% -
HSV(B) 230.5º 0.65% 0.61% -
XYZ 9.63 7.53 31.96 -
YUV 74.91 173.2 113.09 -
System Red Green Blue C M Y K H S L
Decimal 54 70 155 0.65 0.55 0 0.39 230.5 0.48 0.41
Hex 36 46 9B 41 37 0 27 E6 30 29
Octal 66 106 233 101 67 0 47 346 60 51
Binary 110110 1000110 10011011 1000001 110111 0 100111 11100110 110000 101001

Color Harmonies of #36469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36469B

Black with #36469B

Text Example


Text Example

White with #36469B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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