Html Css Color HEX #374392 Tory Blue

📋 copy color: '#374392'

red 55 ◦ green 67 ◦ blue 146

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

Shades of Tory Blue #374392

Tints of Tory Blue #374392

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25%

 BLUE value IS 146 (57.42% from 255) = 54.48%

R = 20.52%
G = 25%
B = 54.48%

CMYK

 C value IS 0.62

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#374392 (or 0x374392) is known color: Tory Blue. HEX triplet: 37, 43 and 92. RGB value is (55,67,146). Sum of RGB (Red+Green+Blue) = 55+67+146=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #374392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374392 is #C8BC6D. Grayscale: #484848. Windows color (decimal): -13155438 or 9585463. OLE color: 9585463.

HSL color Cylindrical-coordinate representation of color #374392: hue angle of 232.09º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #374392 is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 67 146 -
CMYK 0.62 0.54 0 0.43
HSL 232.09º 0.45% 0.39% -
HSV(B) 232.09º 0.62% 0.57% -
XYZ 8.77 6.9 28.06 -
YUV 72.42 169.52 115.58 -
System Red Green Blue C M Y K H S L
Decimal 55 67 146 0.62 0.54 0 0.43 232.09 0.45 0.39
Hex 37 43 92 3E 36 0 2B E8 2D 27
Octal 67 103 222 76 66 0 53 350 55 47
Binary 110111 1000011 10010010 111110 110110 0 101011 11101000 101101 100111

Color Harmonies of #374392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374392

Black with #374392

Text Example


Text Example

White with #374392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374392; }

 p { color: rgb(55,67,146); }

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

background-color css

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

 a { background-color: rgb(55,67,146); }

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

border-color css

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

 span { border-color: rgb(55,67,146); }

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