Html Css Color HEX #374AA4 Tory Blue

📋 copy color: '#374AA4'

red 55 ◦ green 74 ◦ blue 164

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

Shades of Tory Blue #374AA4

Tints of Tory Blue #374AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 55.97%

R = 18.77%
G = 25.26%
B = 55.97%

CMYK

 C value IS 0.66

 M value IS 0.55

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#374AA4 (or 0x374AA4) is known color: Tory Blue. HEX triplet: 37, 4A and A4. RGB value is (55,74,164). Sum of RGB (Red+Green+Blue) = 55+74+164=293 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.77% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 164 (64.45% from 255 or 55.97% from 293); Max value from RGB is 164 - color contains mainly: blue. Hex color #374AA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374AA4 is #C8B55B. Grayscale: #4E4E4E. Windows color (decimal): -13153628 or 10766903. OLE color: 10766903.

HSL color Cylindrical-coordinate representation of color #374AA4: hue angle of 229.54º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #374AA4 is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 55 74 164 -
CMYK 0.66 0.55 0 0.36
HSL 229.54º 0.5% 0.43% -
HSV(B) 229.54º 0.66% 0.64% -
XYZ 10.73 8.39 36.18 -
YUV 78.58 176.21 111.18 -
System Red Green Blue C M Y K H S L
Decimal 55 74 164 0.66 0.55 0 0.36 229.54 0.5 0.43
Hex 37 4A A4 42 37 0 24 E6 32 2B
Octal 67 112 244 102 67 0 44 346 62 53
Binary 110111 1001010 10100100 1000010 110111 0 100100 11100110 110010 101011

Color Harmonies of #374AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374AA4

Black with #374AA4

Text Example


Text Example

White with #374AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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