Html Css Color HEX #374799 Tory Blue

📋 copy color: '#374799'

red 55 ◦ green 71 ◦ blue 153

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

Shades of Tory Blue #374799

Tints of Tory Blue #374799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 54.84%

R = 19.71%
G = 25.45%
B = 54.84%

CMYK

 C value IS 0.64

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#374799 (or 0x374799) is known color: Tory Blue. HEX triplet: 37, 47 and 99. RGB value is (55,71,153). Sum of RGB (Red+Green+Blue) = 55+71+153=279 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.71% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 153 (60.16% from 255 or 54.84% from 279); Max value from RGB is 153 - color contains mainly: blue. Hex color #374799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374799 is #C8B866. Grayscale: #4B4B4B. Windows color (decimal): -13154407 or 10045239. OLE color: 10045239.

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

Color convert

RGB 55 71 153 -
CMYK 0.64 0.54 0 0.4
HSL 230.2º 0.47% 0.41% -
HSV(B) 230.2º 0.64% 0.6% -
XYZ 9.58 7.62 31.1 -
YUV 75.56 171.7 113.33 -
System Red Green Blue C M Y K H S L
Decimal 55 71 153 0.64 0.54 0 0.4 230.2 0.47 0.41
Hex 37 47 99 40 36 0 28 E6 2F 29
Octal 67 107 231 100 66 0 50 346 57 51
Binary 110111 1000111 10011001 1000000 110110 0 101000 11100110 101111 101001

Color Harmonies of #374799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374799

Black with #374799

Text Example


Text Example

White with #374799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374799; }

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

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

background-color css

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

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

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

border-color css

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

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

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