Html Css Color HEX #364C98 Tory Blue

📋 copy color: '#364C98'

red 54 ◦ green 76 ◦ blue 152

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

Shades of Tory Blue #364C98

Tints of Tory Blue #364C98

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.95%

 BLUE value IS 152 (59.77% from 255) = 53.9%

R = 19.15%
G = 26.95%
B = 53.9%

CMYK

 C value IS 0.64

 M value IS 0.50

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#364C98 (or 0x364C98) is known color: Tory Blue. HEX triplet: 36, 4C and 98. RGB value is (54,76,152). Sum of RGB (Red+Green+Blue) = 54+76+152=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 152 (59.77% from 255 or 53.90% from 282); Max value from RGB is 152 - color contains mainly: blue. Hex color #364C98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364C98 is #C9B367. Grayscale: #4D4D4D. Windows color (decimal): -13218664 or 9980982. OLE color: 9980982.

HSL color Cylindrical-coordinate representation of color #364C98: hue angle of 226.53º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #364C98 is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 76 152 -
CMYK 0.64 0.50 0 0.40
HSL 226.53º 0.48% 0.4% -
HSV(B) 226.53º 0.64% 0.6% -
XYZ 9.77 8.22 30.78 -
YUV 78.09 169.71 110.82 -
System Red Green Blue C M Y K H S L
Decimal 54 76 152 0.64 0.50 0 0.40 226.53 0.48 0.4
Hex 36 4C 98 40 32 0 28 E3 30 28
Octal 66 114 230 100 62 0 50 343 60 50
Binary 110110 1001100 10011000 1000000 110010 0 101000 11100011 110000 101000

Color Harmonies of #364C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364C98

Black with #364C98

Text Example


Text Example

White with #364C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364C98; }

 p { color: rgb(54,76,152); }

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

background-color css

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

 a { background-color: rgb(54,76,152); }

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

border-color css

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

 span { border-color: rgb(54,76,152); }

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