Html Css Color HEX #374D98 Tory Blue

📋 copy color: '#374D98'

red 55 ◦ green 77 ◦ blue 152

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

Shades of Tory Blue #374D98

Tints of Tory Blue #374D98

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.11%

 BLUE value IS 152 (59.77% from 255) = 53.52%

R = 19.37%
G = 27.11%
B = 53.52%

CMYK

 C value IS 0.64

 M value IS 0.49

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#374D98 (or 0x374D98) is known color: Tory Blue. HEX triplet: 37, 4D and 98. RGB value is (55,77,152). Sum of RGB (Red+Green+Blue) = 55+77+152=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 152 (59.77% from 255 or 53.52% from 284); Max value from RGB is 152 - color contains mainly: blue. Hex color #374D98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374D98 is #C8B267. Grayscale: #4E4E4E. Windows color (decimal): -13152872 or 9981239. OLE color: 9981239.

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

Color convert

RGB 55 77 152 -
CMYK 0.64 0.49 0 0.40
HSL 226.39º 0.47% 0.41% -
HSV(B) 226.39º 0.64% 0.6% -
XYZ 9.9 8.39 30.8 -
YUV 78.97 169.21 110.9 -
System Red Green Blue C M Y K H S L
Decimal 55 77 152 0.64 0.49 0 0.40 226.39 0.47 0.41
Hex 37 4D 98 40 31 0 28 E2 2F 29
Octal 67 115 230 100 61 0 50 342 57 51
Binary 110111 1001101 10011000 1000000 110001 0 101000 11100010 101111 101001

Color Harmonies of #374D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374D98

Black with #374D98

Text Example


Text Example

White with #374D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,77,152); }

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

background-color css

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

 a { background-color: rgb(55,77,152); }

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

border-color css

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

 span { border-color: rgb(55,77,152); }

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