Html Css Color HEX #374C99 Tory Blue

📋 copy color: '#374C99'

red 55 ◦ green 76 ◦ blue 153

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

Shades of Tory Blue #374C99

Tints of Tory Blue #374C99

RGB

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

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

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

R = 19.37%
G = 26.76%
B = 53.87%

CMYK

 C value IS 0.64

 M value IS 0.50

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#374C99 (or 0x374C99) is known color: Tory Blue. HEX triplet: 37, 4C and 99. RGB value is (55,76,153). Sum of RGB (Red+Green+Blue) = 55+76+153=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #374C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374C99 is #C8B366. Grayscale: #4E4E4E. Windows color (decimal): -13153127 or 10046519. OLE color: 10046519.

HSL color Cylindrical-coordinate representation of color #374C99: hue angle of 227.14º 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 #374C99 is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 55 76 153 -
CMYK 0.64 0.50 0 0.4
HSL 227.14º 0.47% 0.41% -
HSV(B) 227.14º 0.64% 0.6% -
XYZ 9.91 8.28 31.21 -
YUV 78.5 170.04 111.24 -
System Red Green Blue C M Y K H S L
Decimal 55 76 153 0.64 0.50 0 0.4 227.14 0.47 0.41
Hex 37 4C 99 40 32 0 28 E3 2F 29
Octal 67 114 231 100 62 0 50 343 57 51
Binary 110111 1001100 10011001 1000000 110010 0 101000 11100011 101111 101001

Color Harmonies of #374C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374C99

Black with #374C99

Text Example


Text Example

White with #374C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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