Html Css Color HEX #36458D Tory Blue

📋 copy color: '#36458D'

red 54 ◦ green 69 ◦ blue 141

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

Shades of Tory Blue #36458D

Tints of Tory Blue #36458D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.14%

 BLUE value IS 141 (55.47% from 255) = 53.41%

R = 20.45%
G = 26.14%
B = 53.41%

CMYK

 C value IS 0.62

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36458D (or 0x36458D) is known color: Tory Blue. HEX triplet: 36, 45 and 8D. RGB value is (54,69,141). Sum of RGB (Red+Green+Blue) = 54+69+141=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #36458D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36458D is #C9BA72. Grayscale: #484848. Windows color (decimal): -13220467 or 9258294. OLE color: 9258294.

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

Color convert

RGB 54 69 141 -
CMYK 0.62 0.51 0 0.45
HSL 229.66º 0.45% 0.38% -
HSV(B) 229.66º 0.62% 0.55% -
XYZ 8.46 6.96 26.1 -
YUV 72.72 166.53 114.65 -
System Red Green Blue C M Y K H S L
Decimal 54 69 141 0.62 0.51 0 0.45 229.66 0.45 0.38
Hex 36 45 8D 3E 33 0 2D E6 2D 26
Octal 66 105 215 76 63 0 55 346 55 46
Binary 110110 1000101 10001101 111110 110011 0 101101 11100110 101101 100110

Color Harmonies of #36458D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36458D

Black with #36458D

Text Example


Text Example

White with #36458D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,69,141); }

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

background-color css

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

 a { background-color: rgb(54,69,141); }

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

border-color css

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

 span { border-color: rgb(54,69,141); }

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