Html Css Color HEX #374C83 Tory Blue

📋 copy color: '#374C83'

red 55 ◦ green 76 ◦ blue 131

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

Shades of Tory Blue #374C83

Tints of Tory Blue #374C83

RGB

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

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

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

R = 20.99%
G = 29.01%
B = 50%

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

#374C83 (or 0x374C83) is known color: Tory Blue. HEX triplet: 37, 4C and 83. RGB value is (55,76,131). Sum of RGB (Red+Green+Blue) = 55+76+131=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 131 (51.56% from 255 or 50% from 262); Max value from RGB is 131 - color contains mainly: blue. Hex color #374C83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374C83 is #C8B37C. Grayscale: #4B4B4B. Windows color (decimal): -13153149 or 8604727. OLE color: 8604727.

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

Color convert

RGB 55 76 131 -
CMYK 0.58 0.42 0 0.49
HSL 223.42º 0.41% 0.36% -
HSV(B) 223.42º 0.58% 0.51% -
XYZ 8.26 7.62 22.51 -
YUV 75.99 159.04 113.03 -
System Red Green Blue C M Y K H S L
Decimal 55 76 131 0.58 0.42 0 0.49 223.42 0.41 0.36
Hex 37 4C 83 3A 2A 0 31 DF 29 24
Octal 67 114 203 72 52 0 61 337 51 44
Binary 110111 1001100 10000011 111010 101010 0 110001 11011111 101001 100100

Color Harmonies of #374C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374C83

Black with #374C83

Text Example


Text Example

White with #374C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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