Html Css Color HEX #374D9C Tory Blue

📋 copy color: '#374D9C'

red 55 ◦ green 77 ◦ blue 156

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

Shades of Tory Blue #374D9C

Tints of Tory Blue #374D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 54.17%

R = 19.1%
G = 26.74%
B = 54.17%

CMYK

 C value IS 0.65

 M value IS 0.51

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#374D9C (or 0x374D9C) is known color: Tory Blue. HEX triplet: 37, 4D and 9C. RGB value is (55,77,156). Sum of RGB (Red+Green+Blue) = 55+77+156=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 156 (61.33% from 255 or 54.17% from 288); Max value from RGB is 156 - color contains mainly: blue. Hex color #374D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374D9C is #C8B263. Grayscale: #4F4F4F. Windows color (decimal): -13152868 or 10243383. OLE color: 10243383.

HSL color Cylindrical-coordinate representation of color #374D9C: hue angle of 226.93º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #374D9C is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 55 77 156 -
CMYK 0.65 0.51 0 0.39
HSL 226.93º 0.48% 0.41% -
HSV(B) 226.93º 0.65% 0.61% -
XYZ 10.23 8.52 32.56 -
YUV 79.43 171.21 110.58 -
System Red Green Blue C M Y K H S L
Decimal 55 77 156 0.65 0.51 0 0.39 226.93 0.48 0.41
Hex 37 4D 9C 41 33 0 27 E3 30 29
Octal 67 115 234 101 63 0 47 343 60 51
Binary 110111 1001101 10011100 1000001 110011 0 100111 11100011 110000 101001

Color Harmonies of #374D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374D9C

Black with #374D9C

Text Example


Text Example

White with #374D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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