Html Css Color HEX #374193 Tory Blue

📋 copy color: '#374193'

red 55 ◦ green 65 ◦ blue 147

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

Shades of Tory Blue #374193

Tints of Tory Blue #374193

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.34%

 BLUE value IS 147 (57.81% from 255) = 55.06%

R = 20.6%
G = 24.34%
B = 55.06%

CMYK

 C value IS 0.63

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#374193 (or 0x374193) is known color: Tory Blue. HEX triplet: 37, 41 and 93. RGB value is (55,65,147). Sum of RGB (Red+Green+Blue) = 55+65+147=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #374193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374193 is #C8BE6C. Grayscale: #474747. Windows color (decimal): -13155949 or 9650487. OLE color: 9650487.

HSL color Cylindrical-coordinate representation of color #374193: hue angle of 233.48º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #374193 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 65 147 -
CMYK 0.63 0.56 0 0.42
HSL 233.48º 0.46% 0.4% -
HSV(B) 233.48º 0.63% 0.58% -
XYZ 8.73 6.7 28.44 -
YUV 71.36 170.69 116.33 -
System Red Green Blue C M Y K H S L
Decimal 55 65 147 0.63 0.56 0 0.42 233.48 0.46 0.4
Hex 37 41 93 3F 38 0 2A E9 2E 28
Octal 67 101 223 77 70 0 52 351 56 50
Binary 110111 1000001 10010011 111111 111000 0 101010 11101001 101110 101000

Color Harmonies of #374193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374193

Black with #374193

Text Example


Text Example

White with #374193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374193; }

 p { color: rgb(55,65,147); }

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

background-color css

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

 a { background-color: rgb(55,65,147); }

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

border-color css

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

 span { border-color: rgb(55,65,147); }

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