Html Css Color HEX #364297 Tory Blue

📋 copy color: '#364297'

red 54 ◦ green 66 ◦ blue 151

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

Shades of Tory Blue #364297

Tints of Tory Blue #364297

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.35%

 BLUE value IS 151 (59.38% from 255) = 55.72%

R = 19.93%
G = 24.35%
B = 55.72%

CMYK

 C value IS 0.64

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#364297 (or 0x364297) is known color: Tory Blue. HEX triplet: 36, 42 and 97. RGB value is (54,66,151). Sum of RGB (Red+Green+Blue) = 54+66+151=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 151 (59.38% from 255 or 55.72% from 271); Max value from RGB is 151 - color contains mainly: blue. Hex color #364297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364297 is #C9BD68. Grayscale: #474747. Windows color (decimal): -13221225 or 9912886. OLE color: 9912886.

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

Color convert

RGB 54 66 151 -
CMYK 0.64 0.56 0 0.41
HSL 232.58º 0.47% 0.4% -
HSV(B) 232.58º 0.64% 0.59% -
XYZ 9.06 6.92 30.14 -
YUV 72.1 172.52 115.09 -
System Red Green Blue C M Y K H S L
Decimal 54 66 151 0.64 0.56 0 0.41 232.58 0.47 0.4
Hex 36 42 97 40 38 0 29 E9 2F 28
Octal 66 102 227 100 70 0 51 351 57 50
Binary 110110 1000010 10010111 1000000 111000 0 101001 11101001 101111 101000

Color Harmonies of #364297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364297

Black with #364297

Text Example


Text Example

White with #364297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364297; }

 p { color: rgb(54,66,151); }

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

background-color css

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

 a { background-color: rgb(54,66,151); }

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

border-color css

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

 span { border-color: rgb(54,66,151); }

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