Html Css Color HEX #374587 Tory Blue

📋 copy color: '#374587'

red 55 ◦ green 69 ◦ blue 135

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

Shades of Tory Blue #374587

Tints of Tory Blue #374587

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.64%

 BLUE value IS 135 (53.13% from 255) = 52.12%

R = 21.24%
G = 26.64%
B = 52.12%

CMYK

 C value IS 0.59

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#374587 (or 0x374587) is known color: Tory Blue. HEX triplet: 37, 45 and 87. RGB value is (55,69,135). Sum of RGB (Red+Green+Blue) = 55+69+135=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 135 (53.12% from 255 or 52.12% from 259); Max value from RGB is 135 - color contains mainly: blue. Hex color #374587 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374587 is #C8BA78. Grayscale: #484848. Windows color (decimal): -13154937 or 8865079. OLE color: 8865079.

HSL color Cylindrical-coordinate representation of color #374587: hue angle of 229.5º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #374587 is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 69 135 -
CMYK 0.59 0.49 0 0.47
HSL 229.5º 0.42% 0.37% -
HSV(B) 229.5º 0.59% 0.53% -
XYZ 8.08 6.82 23.81 -
YUV 72.34 163.36 115.63 -
System Red Green Blue C M Y K H S L
Decimal 55 69 135 0.59 0.49 0 0.47 229.5 0.42 0.37
Hex 37 45 87 3B 31 0 2F E6 2A 25
Octal 67 105 207 73 61 0 57 346 52 45
Binary 110111 1000101 10000111 111011 110001 0 101111 11100110 101010 100101

Color Harmonies of #374587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374587

Black with #374587

Text Example


Text Example

White with #374587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374587; }

 p { color: rgb(55,69,135); }

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

background-color css

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

 a { background-color: rgb(55,69,135); }

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

border-color css

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

 span { border-color: rgb(55,69,135); }

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