Html Css Color HEX #374D83 Tory Blue

📋 copy color: '#374D83'

red 55 ◦ green 77 ◦ blue 131

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

Shades of Tory Blue #374D83

Tints of Tory Blue #374D83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 49.81%

R = 20.91%
G = 29.28%
B = 49.81%

CMYK

 C value IS 0.58

 M value IS 0.41

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#374D83 (or 0x374D83) is known color: Tory Blue. HEX triplet: 37, 4D and 83. RGB value is (55,77,131). Sum of RGB (Red+Green+Blue) = 55+77+131=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 131 (51.56% from 255 or 49.81% from 263); Max value from RGB is 131 - color contains mainly: blue. Hex color #374D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374D83 is #C8B27C. Grayscale: #4C4C4C. Windows color (decimal): -13152893 or 8604983. OLE color: 8604983.

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

Color convert

RGB 55 77 131 -
CMYK 0.58 0.41 0 0.49
HSL 222.63º 0.41% 0.36% -
HSV(B) 222.63º 0.58% 0.51% -
XYZ 8.33 7.76 22.53 -
YUV 76.58 158.71 112.61 -
System Red Green Blue C M Y K H S L
Decimal 55 77 131 0.58 0.41 0 0.49 222.63 0.41 0.36
Hex 37 4D 83 3A 29 0 31 DF 29 24
Octal 67 115 203 72 51 0 61 337 51 44
Binary 110111 1001101 10000011 111010 101001 0 110001 11011111 101001 100100

Color Harmonies of #374D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374D83

Black with #374D83

Text Example


Text Example

White with #374D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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