Html Css Color HEX #374095 Tory Blue

📋 copy color: '#374095'

red 55 ◦ green 64 ◦ blue 149

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

Shades of Tory Blue #374095

Tints of Tory Blue #374095

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.88%

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

R = 20.52%
G = 23.88%
B = 55.6%

CMYK

 C value IS 0.63

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#374095 (or 0x374095) is known color: Tory Blue. HEX triplet: 37, 40 and 95. RGB value is (55,64,149). Sum of RGB (Red+Green+Blue) = 55+64+149=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #374095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374095 is #C8BF6A. Grayscale: #464646. Windows color (decimal): -13156203 or 9781303. OLE color: 9781303.

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

Color convert

RGB 55 64 149 -
CMYK 0.63 0.57 0 0.42
HSL 234.26º 0.46% 0.4% -
HSV(B) 234.26º 0.63% 0.58% -
XYZ 8.83 6.65 29.25 -
YUV 71 172.02 116.59 -
System Red Green Blue C M Y K H S L
Decimal 55 64 149 0.63 0.57 0 0.42 234.26 0.46 0.4
Hex 37 40 95 3F 39 0 2A EA 2E 28
Octal 67 100 225 77 71 0 52 352 56 50
Binary 110111 1000000 10010101 111111 111001 0 101010 11101010 101110 101000

Color Harmonies of #374095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374095

Black with #374095

Text Example


Text Example

White with #374095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374095; }

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

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

background-color css

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

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

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

border-color css

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

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

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