Html Css Color HEX #374699 Tory Blue

📋 copy color: '#374699'

red 55 ◦ green 70 ◦ blue 153

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

Shades of Tory Blue #374699

Tints of Tory Blue #374699

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.18%

 BLUE value IS 153 (60.16% from 255) = 55.04%

R = 19.78%
G = 25.18%
B = 55.04%

CMYK

 C value IS 0.64

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#374699 (or 0x374699) is known color: Tory Blue. HEX triplet: 37, 46 and 99. RGB value is (55,70,153). Sum of RGB (Red+Green+Blue) = 55+70+153=278 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.78% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 153 (60.16% from 255 or 55.04% from 278); Max value from RGB is 153 - color contains mainly: blue. Hex color #374699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374699 is #C8B966. Grayscale: #4A4A4A. Windows color (decimal): -13154663 or 10044983. OLE color: 10044983.

HSL color Cylindrical-coordinate representation of color #374699: hue angle of 230.82º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #374699 is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 55 70 153 -
CMYK 0.64 0.54 0 0.4
HSL 230.82º 0.47% 0.41% -
HSV(B) 230.82º 0.64% 0.6% -
XYZ 9.52 7.49 31.08 -
YUV 74.98 172.03 113.75 -
System Red Green Blue C M Y K H S L
Decimal 55 70 153 0.64 0.54 0 0.4 230.82 0.47 0.41
Hex 37 46 99 40 36 0 28 E7 2F 29
Octal 67 106 231 100 66 0 50 347 57 51
Binary 110111 1000110 10011001 1000000 110110 0 101000 11100111 101111 101001

Color Harmonies of #374699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374699

Black with #374699

Text Example


Text Example

White with #374699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374699; }

 p { color: rgb(55,70,153); }

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

background-color css

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

 a { background-color: rgb(55,70,153); }

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

border-color css

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

 span { border-color: rgb(55,70,153); }

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