Html Css Color HEX #374F99 Tory Blue

📋 copy color: '#374F99'

red 55 ◦ green 79 ◦ blue 153

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

Shades of Tory Blue #374F99

Tints of Tory Blue #374F99

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.53%

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

R = 19.16%
G = 27.53%
B = 53.31%

CMYK

 C value IS 0.64

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#374F99 (or 0x374F99) is known color: Tory Blue. HEX triplet: 37, 4F and 99. RGB value is (55,79,153). Sum of RGB (Red+Green+Blue) = 55+79+153=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 79 (31.25% from 255 or 27.53% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #374F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374F99 is #C8B066. Grayscale: #4F4F4F. Windows color (decimal): -13152359 or 10047287. OLE color: 10047287.

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

Color convert

RGB 55 79 153 -
CMYK 0.64 0.48 0 0.4
HSL 225.31º 0.47% 0.41% -
HSV(B) 225.31º 0.64% 0.6% -
XYZ 10.12 8.7 31.28 -
YUV 80.26 169.05 109.98 -
System Red Green Blue C M Y K H S L
Decimal 55 79 153 0.64 0.48 0 0.4 225.31 0.47 0.41
Hex 37 4F 99 40 30 0 28 E1 2F 29
Octal 67 117 231 100 60 0 50 341 57 51
Binary 110111 1001111 10011001 1000000 110000 0 101000 11100001 101111 101001

Color Harmonies of #374F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374F99

Black with #374F99

Text Example


Text Example

White with #374F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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