Html Css Color HEX #374582 Tory Blue

📋 copy color: '#374582'

red 55 ◦ green 69 ◦ blue 130

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

Shades of Tory Blue #374582

Tints of Tory Blue #374582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 51.18%

R = 21.65%
G = 27.17%
B = 51.18%

CMYK

 C value IS 0.58

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#374582 (or 0x374582) is known color: Tory Blue. HEX triplet: 37, 45 and 82. RGB value is (55,69,130). Sum of RGB (Red+Green+Blue) = 55+69+130=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 130 (51.17% from 255 or 51.18% from 254); Max value from RGB is 130 - color contains mainly: blue. Hex color #374582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374582 is #C8BA7D. Grayscale: #474747. Windows color (decimal): -13154942 or 8537399. OLE color: 8537399.

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

Color convert

RGB 55 69 130 -
CMYK 0.58 0.47 0 0.49
HSL 228.8º 0.41% 0.36% -
HSV(B) 228.8º 0.58% 0.51% -
XYZ 7.73 6.68 22 -
YUV 71.77 160.86 116.04 -
System Red Green Blue C M Y K H S L
Decimal 55 69 130 0.58 0.47 0 0.49 228.8 0.41 0.36
Hex 37 45 82 3A 2F 0 31 E5 29 24
Octal 67 105 202 72 57 0 61 345 51 44
Binary 110111 1000101 10000010 111010 101111 0 110001 11100101 101001 100100

Color Harmonies of #374582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374582

Black with #374582

Text Example


Text Example

White with #374582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374582; }

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

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

background-color css

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

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

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

border-color css

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

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

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