Html Css Color HEX #374682 Tory Blue

📋 copy color: '#374682'

red 55 ◦ green 70 ◦ blue 130

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

Shades of Tory Blue #374682

Tints of Tory Blue #374682

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.45%

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

R = 21.57%
G = 27.45%
B = 50.98%

CMYK

 C value IS 0.58

 M value IS 0.46

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#374682 (or 0x374682) is known color: Tory Blue. HEX triplet: 37, 46 and 82. RGB value is (55,70,130). Sum of RGB (Red+Green+Blue) = 55+70+130=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #374682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374682 is #C8B97D. Grayscale: #484848. Windows color (decimal): -13154686 or 8537655. OLE color: 8537655.

HSL color Cylindrical-coordinate representation of color #374682: hue angle of 228º 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 #374682 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 70 130 -
CMYK 0.58 0.46 0 0.49
HSL 228º 0.41% 0.36% -
HSV(B) 228º 0.58% 0.51% -
XYZ 7.79 6.8 22.02 -
YUV 72.36 160.53 115.62 -
System Red Green Blue C M Y K H S L
Decimal 55 70 130 0.58 0.46 0 0.49 228 0.41 0.36
Hex 37 46 82 3A 2E 0 31 E4 29 24
Octal 67 106 202 72 56 0 61 344 51 44
Binary 110111 1000110 10000010 111010 101110 0 110001 11100100 101001 100100

Color Harmonies of #374682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374682

Black with #374682

Text Example


Text Example

White with #374682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374682; }

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

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

background-color css

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

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

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

border-color css

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

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

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