Html Css Color HEX #36419B Tory Blue

📋 copy color: '#36419B'

red 54 ◦ green 65 ◦ blue 155

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

Shades of Tory Blue #36419B

Tints of Tory Blue #36419B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.72%

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

R = 19.71%
G = 23.72%
B = 56.57%

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

#36419B (or 0x36419B) is known color: Tory Blue. HEX triplet: 36, 41 and 9B. RGB value is (54,65,155). Sum of RGB (Red+Green+Blue) = 54+65+155=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 155 (60.94% from 255 or 56.57% from 274); Max value from RGB is 155 - color contains mainly: blue. Hex color #36419B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36419B is #C9BE64. Grayscale: #474747. Windows color (decimal): -13221477 or 10174774. OLE color: 10174774.

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

Color convert

RGB 54 65 155 -
CMYK 0.65 0.58 0 0.39
HSL 233.47º 0.48% 0.41% -
HSV(B) 233.47º 0.65% 0.61% -
XYZ 9.33 6.93 31.86 -
YUV 71.97 174.86 115.18 -
System Red Green Blue C M Y K H S L
Decimal 54 65 155 0.65 0.58 0 0.39 233.47 0.48 0.41
Hex 36 41 9B 41 3A 0 27 E9 30 29
Octal 66 101 233 101 72 0 47 351 60 51
Binary 110110 1000001 10011011 1000001 111010 0 100111 11101001 110000 101001

Color Harmonies of #36419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36419B

Black with #36419B

Text Example


Text Example

White with #36419B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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