Html Css Color HEX #374881 Tory Blue

📋 copy color: '#374881'

red 55 ◦ green 72 ◦ blue 129

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

Shades of Tory Blue #374881

Tints of Tory Blue #374881

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.13%

 BLUE value IS 129 (50.78% from 255) = 50.39%

R = 21.48%
G = 28.13%
B = 50.39%

CMYK

 C value IS 0.57

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#374881 (or 0x374881) is known color: Tory Blue. HEX triplet: 37, 48 and 81. RGB value is (55,72,129). Sum of RGB (Red+Green+Blue) = 55+72+129=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 129 (50.78% from 255 or 50.39% from 256); Max value from RGB is 129 - color contains mainly: blue. Hex color #374881 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374881 is #C8B77E. Grayscale: #494949. Windows color (decimal): -13154175 or 8472631. OLE color: 8472631.

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

Color convert

RGB 55 72 129 -
CMYK 0.57 0.44 0 0.49
HSL 226.22º 0.4% 0.36% -
HSV(B) 226.22º 0.57% 0.51% -
XYZ 7.86 7.03 21.71 -
YUV 73.42 159.37 114.87 -
System Red Green Blue C M Y K H S L
Decimal 55 72 129 0.57 0.44 0 0.49 226.22 0.4 0.36
Hex 37 48 81 39 2C 0 31 E2 28 24
Octal 67 110 201 71 54 0 61 342 50 44
Binary 110111 1001000 10000001 111001 101100 0 110001 11100010 101000 100100

Color Harmonies of #374881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374881

Black with #374881

Text Example


Text Example

White with #374881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374881; }

 p { color: rgb(55,72,129); }

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

background-color css

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

 a { background-color: rgb(55,72,129); }

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

border-color css

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

 span { border-color: rgb(55,72,129); }

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