Html Css Color HEX #374A8C Tory Blue

📋 copy color: '#374A8C'

red 55 ◦ green 74 ◦ blue 140

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

Shades of Tory Blue #374A8C

Tints of Tory Blue #374A8C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.51%

 BLUE value IS 140 (55.08% from 255) = 52.04%

R = 20.45%
G = 27.51%
B = 52.04%

CMYK

 C value IS 0.61

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#374A8C (or 0x374A8C) is known color: Tory Blue. HEX triplet: 37, 4A and 8C. RGB value is (55,74,140). Sum of RGB (Red+Green+Blue) = 55+74+140=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 140 (55.08% from 255 or 52.04% from 269); Max value from RGB is 140 - color contains mainly: blue. Hex color #374A8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374A8C is #C8B573. Grayscale: #4B4B4B. Windows color (decimal): -13153652 or 9194039. OLE color: 9194039.

HSL color Cylindrical-coordinate representation of color #374A8C: hue angle of 226.59º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #374A8C is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 74 140 -
CMYK 0.61 0.47 0 0.45
HSL 226.59º 0.44% 0.38% -
HSV(B) 226.59º 0.61% 0.55% -
XYZ 8.76 7.6 25.82 -
YUV 75.84 164.21 113.13 -
System Red Green Blue C M Y K H S L
Decimal 55 74 140 0.61 0.47 0 0.45 226.59 0.44 0.38
Hex 37 4A 8C 3D 2F 0 2D E3 2C 26
Octal 67 112 214 75 57 0 55 343 54 46
Binary 110111 1001010 10001100 111101 101111 0 101101 11100011 101100 100110

Color Harmonies of #374A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374A8C

Black with #374A8C

Text Example


Text Example

White with #374A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,74,140); }

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

background-color css

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

 a { background-color: rgb(55,74,140); }

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

border-color css

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

 span { border-color: rgb(55,74,140); }

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