Html Css Color HEX #374395 Tory Blue

📋 copy color: '#374395'

red 55 ◦ green 67 ◦ blue 149

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

Shades of Tory Blue #374395

Tints of Tory Blue #374395

RGB

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

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

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

R = 20.3%
G = 24.72%
B = 54.98%

CMYK

 C value IS 0.63

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#374395 (or 0x374395) is known color: Tory Blue. HEX triplet: 37, 43 and 95. RGB value is (55,67,149). Sum of RGB (Red+Green+Blue) = 55+67+149=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 149 (58.59% from 255 or 54.98% from 271); Max value from RGB is 149 - color contains mainly: blue. Hex color #374395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374395 is #C8BC6A. Grayscale: #484848. Windows color (decimal): -13155435 or 9782071. OLE color: 9782071.

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

Color convert

RGB 55 67 149 -
CMYK 0.63 0.55 0 0.42
HSL 232.34º 0.46% 0.4% -
HSV(B) 232.34º 0.63% 0.58% -
XYZ 9.01 7 29.31 -
YUV 72.76 171.02 115.33 -
System Red Green Blue C M Y K H S L
Decimal 55 67 149 0.63 0.55 0 0.42 232.34 0.46 0.4
Hex 37 43 95 3F 37 0 2A E8 2E 28
Octal 67 103 225 77 67 0 52 350 56 50
Binary 110111 1000011 10010101 111111 110111 0 101010 11101000 101110 101000

Color Harmonies of #374395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374395

Black with #374395

Text Example


Text Example

White with #374395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374395; }

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

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

background-color css

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

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

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

border-color css

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

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

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