Html Css Color HEX #375492 Tory Blue

📋 copy color: '#375492'

red 55 ◦ green 84 ◦ blue 146

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

Shades of Tory Blue #375492

Tints of Tory Blue #375492

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.47%

 BLUE value IS 146 (57.42% from 255) = 51.23%

R = 19.3%
G = 29.47%
B = 51.23%

CMYK

 C value IS 0.62

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#375492 (or 0x375492) is known color: Tory Blue. HEX triplet: 37, 54 and 92. RGB value is (55,84,146). Sum of RGB (Red+Green+Blue) = 55+84+146=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #375492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375492 is #C8AB6D. Grayscale: #525252. Windows color (decimal): -13151086 or 9589815. OLE color: 9589815.

HSL color Cylindrical-coordinate representation of color #375492: hue angle of 220.88º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #375492 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 84 146 -
CMYK 0.62 0.42 0 0.43
HSL 220.88º 0.45% 0.39% -
HSV(B) 220.88º 0.62% 0.57% -
XYZ 9.93 9.23 28.45 -
YUV 82.4 163.89 108.46 -
System Red Green Blue C M Y K H S L
Decimal 55 84 146 0.62 0.42 0 0.43 220.88 0.45 0.39
Hex 37 54 92 3E 2A 0 2B DD 2D 27
Octal 67 124 222 76 52 0 53 335 55 47
Binary 110111 1010100 10010010 111110 101010 0 101011 11011101 101101 100111

Color Harmonies of #375492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375492

Black with #375492

Text Example


Text Example

White with #375492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375492; }

 p { color: rgb(55,84,146); }

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

background-color css

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

 a { background-color: rgb(55,84,146); }

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

border-color css

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

 span { border-color: rgb(55,84,146); }

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