Html Css Color HEX #36468E Tory Blue

📋 copy color: '#36468E'

red 54 ◦ green 70 ◦ blue 142

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

Shades of Tory Blue #36468E

Tints of Tory Blue #36468E

RGB

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

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

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

R = 20.3%
G = 26.32%
B = 53.38%

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

#36468E (or 0x36468E) is known color: Tory Blue. HEX triplet: 36, 46 and 8E. RGB value is (54,70,142). Sum of RGB (Red+Green+Blue) = 54+70+142=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 142 (55.86% from 255 or 53.38% from 266); Max value from RGB is 142 - color contains mainly: blue. Hex color #36468E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36468E is #C9B971. Grayscale: #494949. Windows color (decimal): -13220210 or 9324086. OLE color: 9324086.

HSL color Cylindrical-coordinate representation of color #36468E: hue angle of 229.09º 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 #36468E is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 70 142 -
CMYK 0.62 0.51 0 0.44
HSL 229.09º 0.45% 0.38% -
HSV(B) 229.09º 0.62% 0.56% -
XYZ 8.59 7.12 26.51 -
YUV 73.42 166.7 114.15 -
System Red Green Blue C M Y K H S L
Decimal 54 70 142 0.62 0.51 0 0.44 229.09 0.45 0.38
Hex 36 46 8E 3E 33 0 2C E5 2D 26
Octal 66 106 216 76 63 0 54 345 55 46
Binary 110110 1000110 10001110 111110 110011 0 101100 11100101 101101 100110

Color Harmonies of #36468E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36468E

Black with #36468E

Text Example


Text Example

White with #36468E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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