Html Css Color HEX #375295 Tory Blue

📋 copy color: '#375295'

red 55 ◦ green 82 ◦ blue 149

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

Shades of Tory Blue #375295

Tints of Tory Blue #375295

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.67%

 BLUE value IS 149 (58.59% from 255) = 52.1%

R = 19.23%
G = 28.67%
B = 52.1%

CMYK

 C value IS 0.63

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#375295 (or 0x375295) is known color: Tory Blue. HEX triplet: 37, 52 and 95. RGB value is (55,82,149). Sum of RGB (Red+Green+Blue) = 55+82+149=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #375295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375295 is #C8AD6A. Grayscale: #515151. Windows color (decimal): -13151595 or 9785911. OLE color: 9785911.

HSL color Cylindrical-coordinate representation of color #375295: hue angle of 222.77º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #375295 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 82 149 -
CMYK 0.63 0.45 0 0.42
HSL 222.77º 0.46% 0.4% -
HSV(B) 222.77º 0.63% 0.58% -
XYZ 10.02 9.02 29.65 -
YUV 81.57 166.05 109.05 -
System Red Green Blue C M Y K H S L
Decimal 55 82 149 0.63 0.45 0 0.42 222.77 0.46 0.4
Hex 37 52 95 3F 2D 0 2A DF 2E 28
Octal 67 122 225 77 55 0 52 337 56 50
Binary 110111 1010010 10010101 111111 101101 0 101010 11011111 101110 101000

Color Harmonies of #375295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375295

Black with #375295

Text Example


Text Example

White with #375295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375295; }

 p { color: rgb(55,82,149); }

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

background-color css

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

 a { background-color: rgb(55,82,149); }

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

border-color css

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

 span { border-color: rgb(55,82,149); }

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