Html Css Color HEX #375395 Tory Blue

📋 copy color: '#375395'

red 55 ◦ green 83 ◦ blue 149

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

Shades of Tory Blue #375395

Tints of Tory Blue #375395

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.92%

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

R = 19.16%
G = 28.92%
B = 51.92%

CMYK

 C value IS 0.63

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#375395 (or 0x375395) is known color: Tory Blue. HEX triplet: 37, 53 and 95. RGB value is (55,83,149). Sum of RGB (Red+Green+Blue) = 55+83+149=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #375395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375395 is #C8AC6A. Grayscale: #515151. Windows color (decimal): -13151339 or 9786167. OLE color: 9786167.

HSL color Cylindrical-coordinate representation of color #375395: hue angle of 222.13º 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 #375395 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 83 149 -
CMYK 0.63 0.44 0 0.42
HSL 222.13º 0.46% 0.4% -
HSV(B) 222.13º 0.63% 0.58% -
XYZ 10.09 9.17 29.67 -
YUV 82.15 165.72 108.63 -
System Red Green Blue C M Y K H S L
Decimal 55 83 149 0.63 0.44 0 0.42 222.13 0.46 0.4
Hex 37 53 95 3F 2C 0 2A DE 2E 28
Octal 67 123 225 77 54 0 52 336 56 50
Binary 110111 1010011 10010101 111111 101100 0 101010 11011110 101110 101000

Color Harmonies of #375395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375395

Black with #375395

Text Example


Text Example

White with #375395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375395; }

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

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

background-color css

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

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

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

border-color css

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

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

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