Html Css Color HEX #365894 Tory Blue

📋 copy color: '#365894'

red 54 ◦ green 88 ◦ blue 148

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

Shades of Tory Blue #365894

Tints of Tory Blue #365894

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.34%

 BLUE value IS 148 (58.2% from 255) = 51.03%

R = 18.62%
G = 30.34%
B = 51.03%

CMYK

 C value IS 0.64

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#365894 (or 0x365894) is known color: Tory Blue. HEX triplet: 36, 58 and 94. RGB value is (54,88,148). Sum of RGB (Red+Green+Blue) = 54+88+148=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 148 (58.20% from 255 or 51.03% from 290); Max value from RGB is 148 - color contains mainly: blue. Hex color #365894 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365894 is #C9A76B. Grayscale: #545454. Windows color (decimal): -13215596 or 9721910. OLE color: 9721910.

HSL color Cylindrical-coordinate representation of color #365894: hue angle of 218.3º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #365894 is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 88 148 -
CMYK 0.64 0.41 0 0.42
HSL 218.3º 0.47% 0.4% -
HSV(B) 218.3º 0.64% 0.58% -
XYZ 10.36 9.9 29.38 -
YUV 84.67 163.74 106.12 -
System Red Green Blue C M Y K H S L
Decimal 54 88 148 0.64 0.41 0 0.42 218.3 0.47 0.4
Hex 36 58 94 40 29 0 2A DA 2F 28
Octal 66 130 224 100 51 0 52 332 57 50
Binary 110110 1011000 10010100 1000000 101001 0 101010 11011010 101111 101000

Color Harmonies of #365894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365894

Black with #365894

Text Example


Text Example

White with #365894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365894; }

 p { color: rgb(54,88,148); }

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

background-color css

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

 a { background-color: rgb(54,88,148); }

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

border-color css

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

 span { border-color: rgb(54,88,148); }

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