Html Css Color HEX #374B7F Tory Blue

📋 copy color: '#374B7F'

red 55 ◦ green 75 ◦ blue 127

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

Shades of Tory Blue #374B7F

Tints of Tory Blue #374B7F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.18%

 BLUE value IS 127 (50% from 255) = 49.42%

R = 21.4%
G = 29.18%
B = 49.42%

CMYK

 C value IS 0.57

 M value IS 0.41

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#374B7F (or 0x374B7F) is known color: Tory Blue. HEX triplet: 37, 4B and 7F. RGB value is (55,75,127). Sum of RGB (Red+Green+Blue) = 55+75+127=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 127 (50% from 255 or 49.42% from 257); Max value from RGB is 127 - color contains mainly: blue. Hex color #374B7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374B7F is #C8B480. Grayscale: #4A4A4A. Windows color (decimal): -13153409 or 8342327. OLE color: 8342327.

HSL color Cylindrical-coordinate representation of color #374B7F: hue angle of 223.33º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #374B7F is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 75 127 -
CMYK 0.57 0.41 0 0.50
HSL 223.33º 0.4% 0.36% -
HSV(B) 223.33º 0.57% 0.5% -
XYZ 7.92 7.38 21.08 -
YUV 74.95 157.37 113.77 -
System Red Green Blue C M Y K H S L
Decimal 55 75 127 0.57 0.41 0 0.50 223.33 0.4 0.36
Hex 37 4B 7F 39 29 0 32 DF 28 24
Octal 67 113 177 71 51 0 62 337 50 44
Binary 110111 1001011 1111111 111001 101001 0 110010 11011111 101000 100100

Color Harmonies of #374B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374B7F

Black with #374B7F

Text Example


Text Example

White with #374B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,75,127); }

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

background-color css

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

 a { background-color: rgb(55,75,127); }

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

border-color css

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

 span { border-color: rgb(55,75,127); }

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