Html Css Color HEX #374197 Tory Blue

📋 copy color: '#374197'

red 55 ◦ green 65 ◦ blue 151

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

Shades of Tory Blue #374197

Tints of Tory Blue #374197

RGB

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

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

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

R = 20.3%
G = 23.99%
B = 55.72%

CMYK

 C value IS 0.64

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#374197 (or 0x374197) is known color: Tory Blue. HEX triplet: 37, 41 and 97. RGB value is (55,65,151). Sum of RGB (Red+Green+Blue) = 55+65+151=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 151 (59.38% from 255 or 55.72% from 271); Max value from RGB is 151 - color contains mainly: blue. Hex color #374197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374197 is #C8BE68. Grayscale: #474747. Windows color (decimal): -13155945 or 9912631. OLE color: 9912631.

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

Color convert

RGB 55 65 151 -
CMYK 0.64 0.57 0 0.41
HSL 233.75º 0.47% 0.4% -
HSV(B) 233.75º 0.64% 0.59% -
XYZ 9.05 6.83 30.12 -
YUV 71.81 172.69 116.01 -
System Red Green Blue C M Y K H S L
Decimal 55 65 151 0.64 0.57 0 0.41 233.75 0.47 0.4
Hex 37 41 97 40 39 0 29 EA 2F 28
Octal 67 101 227 100 71 0 51 352 57 50
Binary 110111 1000001 10010111 1000000 111001 0 101001 11101010 101111 101000

Color Harmonies of #374197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374197

Black with #374197

Text Example


Text Example

White with #374197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374197; }

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

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

background-color css

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

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

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

border-color css

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

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

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