Html Css Color HEX #374C82 Tory Blue

📋 copy color: '#374C82'

red 55 ◦ green 76 ◦ blue 130

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

Shades of Tory Blue #374C82

Tints of Tory Blue #374C82

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.12%

 BLUE value IS 130 (51.17% from 255) = 49.81%

R = 21.07%
G = 29.12%
B = 49.81%

CMYK

 C value IS 0.58

 M value IS 0.42

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#374C82 (or 0x374C82) is known color: Tory Blue. HEX triplet: 37, 4C and 82. RGB value is (55,76,130). Sum of RGB (Red+Green+Blue) = 55+76+130=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 130 (51.17% from 255 or 49.81% from 261); Max value from RGB is 130 - color contains mainly: blue. Hex color #374C82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374C82 is #C8B37D. Grayscale: #4B4B4B. Windows color (decimal): -13153150 or 8539191. OLE color: 8539191.

HSL color Cylindrical-coordinate representation of color #374C82: hue angle of 223.2º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #374C82 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 76 130 -
CMYK 0.58 0.42 0 0.49
HSL 223.2º 0.41% 0.36% -
HSV(B) 223.2º 0.58% 0.51% -
XYZ 8.19 7.59 22.15 -
YUV 75.88 158.54 113.11 -
System Red Green Blue C M Y K H S L
Decimal 55 76 130 0.58 0.42 0 0.49 223.2 0.41 0.36
Hex 37 4C 82 3A 2A 0 31 DF 29 24
Octal 67 114 202 72 52 0 61 337 51 44
Binary 110111 1001100 10000010 111010 101010 0 110001 11011111 101001 100100

Color Harmonies of #374C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374C82

Black with #374C82

Text Example


Text Example

White with #374C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,76,130); }

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

background-color css

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

 a { background-color: rgb(55,76,130); }

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

border-color css

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

 span { border-color: rgb(55,76,130); }

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