Html Css Color HEX #374297 Tory Blue

📋 copy color: '#374297'

red 55 ◦ green 66 ◦ blue 151

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

Shades of Tory Blue #374297

Tints of Tory Blue #374297

RGB

 RED value IS 55 (21.88% from 255) = 20.22%

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

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

R = 20.22%
G = 24.26%
B = 55.51%

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

#374297 (or 0x374297) is known color: Tory Blue. HEX triplet: 37, 42 and 97. RGB value is (55,66,151). Sum of RGB (Red+Green+Blue) = 55+66+151=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 151 (59.38% from 255 or 55.51% from 272); Max value from RGB is 151 - color contains mainly: blue. Hex color #374297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374297 is #C8BD68. Grayscale: #484848. Windows color (decimal): -13155689 or 9912887. OLE color: 9912887.

HSL color Cylindrical-coordinate representation of color #374297: hue angle of 233.12º 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 #374297 is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 55 66 151 -
CMYK 0.64 0.56 0 0.41
HSL 233.13º 0.47% 0.4% -
HSV(B) 233.13º 0.64% 0.59% -
XYZ 9.11 6.94 30.14 -
YUV 72.4 172.36 115.59 -
System Red Green Blue C M Y K H S L
Decimal 55 66 151 0.64 0.56 0 0.41 233.13 0.47 0.4
Hex 37 42 97 40 38 0 29 E9 2F 28
Octal 67 102 227 100 70 0 51 351 57 50
Binary 110111 1000010 10010111 1000000 111000 0 101001 11101001 101111 101000

Color Harmonies of #374297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374297

Black with #374297

Text Example


Text Example

White with #374297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374297; }

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

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

background-color css

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

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

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

border-color css

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

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

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