Html Css Color HEX #375191 Tory Blue

📋 copy color: '#375191'

red 55 ◦ green 81 ◦ blue 145

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

Shades of Tory Blue #375191

Tints of Tory Blue #375191

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.83%

 BLUE value IS 145 (57.03% from 255) = 51.6%

R = 19.57%
G = 28.83%
B = 51.6%

CMYK

 C value IS 0.62

 M value IS 0.44

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#375191 (or 0x375191) is known color: Tory Blue. HEX triplet: 37, 51 and 91. RGB value is (55,81,145). Sum of RGB (Red+Green+Blue) = 55+81+145=281 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.57% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #375191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375191 is #C8AE6E. Grayscale: #505050. Windows color (decimal): -13151855 or 9523511. OLE color: 9523511.

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

Color convert

RGB 55 81 145 -
CMYK 0.62 0.44 0 0.43
HSL 222.67º 0.45% 0.39% -
HSV(B) 222.67º 0.62% 0.57% -
XYZ 9.63 8.74 27.97 -
YUV 80.52 164.39 109.8 -
System Red Green Blue C M Y K H S L
Decimal 55 81 145 0.62 0.44 0 0.43 222.67 0.45 0.39
Hex 37 51 91 3E 2C 0 2B DF 2D 27
Octal 67 121 221 76 54 0 53 337 55 47
Binary 110111 1010001 10010001 111110 101100 0 101011 11011111 101101 100111

Color Harmonies of #375191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375191

Black with #375191

Text Example


Text Example

White with #375191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375191; }

 p { color: rgb(55,81,145); }

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

background-color css

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

 a { background-color: rgb(55,81,145); }

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

border-color css

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

 span { border-color: rgb(55,81,145); }

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