Html Css Color HEX #374792 Tory Blue

📋 copy color: '#374792'

red 55 ◦ green 71 ◦ blue 146

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

Shades of Tory Blue #374792

Tints of Tory Blue #374792

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.1%

 BLUE value IS 146 (57.42% from 255) = 53.68%

R = 20.22%
G = 26.1%
B = 53.68%

CMYK

 C value IS 0.62

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#374792 (or 0x374792) is known color: Tory Blue. HEX triplet: 37, 47 and 92. RGB value is (55,71,146). Sum of RGB (Red+Green+Blue) = 55+71+146=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #374792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374792 is #C8B86D. Grayscale: #4A4A4A. Windows color (decimal): -13154414 or 9586487. OLE color: 9586487.

HSL color Cylindrical-coordinate representation of color #374792: hue angle of 229.45º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #374792 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 71 146 -
CMYK 0.62 0.51 0 0.43
HSL 229.45º 0.45% 0.39% -
HSV(B) 229.45º 0.62% 0.57% -
XYZ 9.02 7.39 28.15 -
YUV 74.77 168.2 113.9 -
System Red Green Blue C M Y K H S L
Decimal 55 71 146 0.62 0.51 0 0.43 229.45 0.45 0.39
Hex 37 47 92 3E 33 0 2B E5 2D 27
Octal 67 107 222 76 63 0 53 345 55 47
Binary 110111 1000111 10010010 111110 110011 0 101011 11100101 101101 100111

Color Harmonies of #374792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374792

Black with #374792

Text Example


Text Example

White with #374792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374792; }

 p { color: rgb(55,71,146); }

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

background-color css

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

 a { background-color: rgb(55,71,146); }

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

border-color css

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

 span { border-color: rgb(55,71,146); }

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