Html Css Color HEX #374499 Tory Blue

📋 copy color: '#374499'

red 55 ◦ green 68 ◦ blue 153

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

Shades of Tory Blue #374499

Tints of Tory Blue #374499

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.64%

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

R = 19.93%
G = 24.64%
B = 55.43%

CMYK

 C value IS 0.64

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#374499 (or 0x374499) is known color: Tory Blue. HEX triplet: 37, 44 and 99. RGB value is (55,68,153). Sum of RGB (Red+Green+Blue) = 55+68+153=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #374499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374499 is #C8BB66. Grayscale: #494949. Windows color (decimal): -13155175 or 10044471. OLE color: 10044471.

HSL color Cylindrical-coordinate representation of color #374499: hue angle of 232.04º 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 #374499 is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 55 68 153 -
CMYK 0.64 0.56 0 0.4
HSL 232.04º 0.47% 0.41% -
HSV(B) 232.04º 0.64% 0.6% -
XYZ 9.39 7.25 31.04 -
YUV 73.8 172.69 114.59 -
System Red Green Blue C M Y K H S L
Decimal 55 68 153 0.64 0.56 0 0.4 232.04 0.47 0.41
Hex 37 44 99 40 38 0 28 E8 2F 29
Octal 67 104 231 100 70 0 50 350 57 51
Binary 110111 1000100 10011001 1000000 111000 0 101000 11101000 101111 101001

Color Harmonies of #374499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374499

Black with #374499

Text Example


Text Example

White with #374499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374499; }

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

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

background-color css

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

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

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

border-color css

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

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

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