Html Css Color HEX #36458E Tory Blue

📋 copy color: '#36458E'

red 54 ◦ green 69 ◦ blue 142

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

Shades of Tory Blue #36458E

Tints of Tory Blue #36458E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 53.58%

R = 20.38%
G = 26.04%
B = 53.58%

CMYK

 C value IS 0.62

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#36458E (or 0x36458E) is known color: Tory Blue. HEX triplet: 36, 45 and 8E. RGB value is (54,69,142). Sum of RGB (Red+Green+Blue) = 54+69+142=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 142 (55.86% from 255 or 53.58% from 265); Max value from RGB is 142 - color contains mainly: blue. Hex color #36458E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36458E is #C9BA71. Grayscale: #484848. Windows color (decimal): -13220466 or 9323830. OLE color: 9323830.

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

Color convert

RGB 54 69 142 -
CMYK 0.62 0.51 0 0.44
HSL 229.77º 0.45% 0.38% -
HSV(B) 229.77º 0.62% 0.56% -
XYZ 8.53 6.99 26.49 -
YUV 72.84 167.03 114.56 -
System Red Green Blue C M Y K H S L
Decimal 54 69 142 0.62 0.51 0 0.44 229.77 0.45 0.38
Hex 36 45 8E 3E 33 0 2C E6 2D 26
Octal 66 105 216 76 63 0 54 346 55 46
Binary 110110 1000101 10001110 111110 110011 0 101100 11100110 101101 100110

Color Harmonies of #36458E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36458E

Black with #36458E

Text Example


Text Example

White with #36458E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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