Html Css Color HEX #375092 Tory Blue

📋 copy color: '#375092'

red 55 ◦ green 80 ◦ blue 146

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

Shades of Tory Blue #375092

Tints of Tory Blue #375092

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.47%

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

R = 19.57%
G = 28.47%
B = 51.96%

CMYK

 C value IS 0.62

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#375092 (or 0x375092) is known color: Tory Blue. HEX triplet: 37, 50 and 92. RGB value is (55,80,146). Sum of RGB (Red+Green+Blue) = 55+80+146=281 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.57% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #375092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375092 is #C8AF6D. Grayscale: #4F4F4F. Windows color (decimal): -13152110 or 9588791. OLE color: 9588791.

HSL color Cylindrical-coordinate representation of color #375092: hue angle of 223.52º 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 #375092 is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 80 146 -
CMYK 0.62 0.45 0 0.43
HSL 223.52º 0.45% 0.39% -
HSV(B) 223.52º 0.62% 0.57% -
XYZ 9.63 8.62 28.35 -
YUV 80.05 165.22 110.13 -
System Red Green Blue C M Y K H S L
Decimal 55 80 146 0.62 0.45 0 0.43 223.52 0.45 0.39
Hex 37 50 92 3E 2D 0 2B E0 2D 27
Octal 67 120 222 76 55 0 53 340 55 47
Binary 110111 1010000 10010010 111110 101101 0 101011 11100000 101101 100111

Color Harmonies of #375092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375092

Black with #375092

Text Example


Text Example

White with #375092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375092; }

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

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

background-color css

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

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

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

border-color css

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

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

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