Html Css Color HEX #374195 Tory Blue

📋 copy color: '#374195'

red 55 ◦ green 65 ◦ blue 149

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

Shades of Tory Blue #374195

Tints of Tory Blue #374195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 55.39%

R = 20.45%
G = 24.16%
B = 55.39%

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

#374195 (or 0x374195) is known color: Tory Blue. HEX triplet: 37, 41 and 95. RGB value is (55,65,149). Sum of RGB (Red+Green+Blue) = 55+65+149=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #374195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374195 is #C8BE6A. Grayscale: #474747. Windows color (decimal): -13155947 or 9781559. OLE color: 9781559.

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

Color convert

RGB 55 65 149 -
CMYK 0.63 0.56 0 0.42
HSL 233.62º 0.46% 0.4% -
HSV(B) 233.62º 0.63% 0.58% -
XYZ 8.89 6.76 29.27 -
YUV 71.59 171.69 116.17 -
System Red Green Blue C M Y K H S L
Decimal 55 65 149 0.63 0.56 0 0.42 233.62 0.46 0.4
Hex 37 41 95 3F 38 0 2A EA 2E 28
Octal 67 101 225 77 70 0 52 352 56 50
Binary 110111 1000001 10010101 111111 111000 0 101010 11101010 101110 101000

Color Harmonies of #374195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374195

Black with #374195

Text Example


Text Example

White with #374195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374195; }

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

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

background-color css

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

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

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

border-color css

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

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

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