Html Css Color HEX #374484 Tory Blue

📋 copy color: '#374484'

red 55 ◦ green 68 ◦ blue 132

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

Shades of Tory Blue #374484

Tints of Tory Blue #374484

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.67%

 BLUE value IS 132 (51.95% from 255) = 51.76%

R = 21.57%
G = 26.67%
B = 51.76%

CMYK

 C value IS 0.58

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#374484 (or 0x374484) is known color: Tory Blue. HEX triplet: 37, 44 and 84. RGB value is (55,68,132). Sum of RGB (Red+Green+Blue) = 55+68+132=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 132 (51.95% from 255 or 51.76% from 255); Max value from RGB is 132 - color contains mainly: blue. Hex color #374484 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374484 is #C8BB7B. Grayscale: #474747. Windows color (decimal): -13155196 or 8668215. OLE color: 8668215.

HSL color Cylindrical-coordinate representation of color #374484: hue angle of 229.87º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #374484 is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 68 132 -
CMYK 0.58 0.48 0 0.48
HSL 229.87º 0.41% 0.37% -
HSV(B) 229.87º 0.58% 0.52% -
XYZ 7.81 6.61 22.69 -
YUV 71.41 162.19 116.3 -
System Red Green Blue C M Y K H S L
Decimal 55 68 132 0.58 0.48 0 0.48 229.87 0.41 0.37
Hex 37 44 84 3A 30 0 30 E6 29 25
Octal 67 104 204 72 60 0 60 346 51 45
Binary 110111 1000100 10000100 111010 110000 0 110000 11100110 101001 100101

Color Harmonies of #374484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374484

Black with #374484

Text Example


Text Example

White with #374484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374484; }

 p { color: rgb(55,68,132); }

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

background-color css

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

 a { background-color: rgb(55,68,132); }

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

border-color css

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

 span { border-color: rgb(55,68,132); }

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