Html Css Color HEX #374097 Tory Blue

📋 copy color: '#374097'

red 55 ◦ green 64 ◦ blue 151

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

Shades of Tory Blue #374097

Tints of Tory Blue #374097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 55.93%

R = 20.37%
G = 23.7%
B = 55.93%

CMYK

 C value IS 0.64

 M value IS 0.58

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#374097 (or 0x374097) is known color: Tory Blue. HEX triplet: 37, 40 and 97. RGB value is (55,64,151). Sum of RGB (Red+Green+Blue) = 55+64+151=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 151 (59.38% from 255 or 55.93% from 270); Max value from RGB is 151 - color contains mainly: blue. Hex color #374097 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374097 is #C8BF68. Grayscale: #464646. Windows color (decimal): -13156201 or 9912375. OLE color: 9912375.

HSL color Cylindrical-coordinate representation of color #374097: hue angle of 234.38º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #374097 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 55 64 151 -
CMYK 0.64 0.58 0 0.41
HSL 234.38º 0.47% 0.4% -
HSV(B) 234.38º 0.64% 0.59% -
XYZ 8.99 6.71 30.1 -
YUV 71.23 173.02 116.43 -
System Red Green Blue C M Y K H S L
Decimal 55 64 151 0.64 0.58 0 0.41 234.38 0.47 0.4
Hex 37 40 97 40 3A 0 29 EA 2F 28
Octal 67 100 227 100 72 0 51 352 57 50
Binary 110111 1000000 10010111 1000000 111010 0 101001 11101010 101111 101000

Color Harmonies of #374097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374097

Black with #374097

Text Example


Text Example

White with #374097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374097; }

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

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

background-color css

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

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

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

border-color css

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

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

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