Html Css Color HEX #374495 Tory Blue

📋 copy color: '#374495'

red 55 ◦ green 68 ◦ blue 149

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

Shades of Tory Blue #374495

Tints of Tory Blue #374495

RGB

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

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

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

R = 20.22%
G = 25%
B = 54.78%

CMYK

 C value IS 0.63

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#374495 (or 0x374495) is known color: Tory Blue. HEX triplet: 37, 44 and 95. RGB value is (55,68,149). Sum of RGB (Red+Green+Blue) = 55+68+149=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 149 (58.59% from 255 or 54.78% from 272); Max value from RGB is 149 - color contains mainly: blue. Hex color #374495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374495 is #C8BB6A. Grayscale: #494949. Windows color (decimal): -13155179 or 9782327. OLE color: 9782327.

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

Color convert

RGB 55 68 149 -
CMYK 0.63 0.54 0 0.42
HSL 231.7º 0.46% 0.4% -
HSV(B) 231.7º 0.63% 0.58% -
XYZ 9.07 7.12 29.33 -
YUV 73.35 170.69 114.91 -
System Red Green Blue C M Y K H S L
Decimal 55 68 149 0.63 0.54 0 0.42 231.7 0.46 0.4
Hex 37 44 95 3F 36 0 2A E8 2E 28
Octal 67 104 225 77 66 0 52 350 56 50
Binary 110111 1000100 10010101 111111 110110 0 101010 11101000 101110 101000

Color Harmonies of #374495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374495

Black with #374495

Text Example


Text Example

White with #374495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374495; }

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

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

background-color css

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

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

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

border-color css

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

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

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