Html Css Color HEX #375890 Tory Blue

📋 copy color: '#375890'

red 55 ◦ green 88 ◦ blue 144

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

Shades of Tory Blue #375890

Tints of Tory Blue #375890

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.66%

 BLUE value IS 144 (56.64% from 255) = 50.17%

R = 19.16%
G = 30.66%
B = 50.17%

CMYK

 C value IS 0.62

 M value IS 0.39

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#375890 (or 0x375890) is known color: Tory Blue. HEX triplet: 37, 58 and 90. RGB value is (55,88,144). Sum of RGB (Red+Green+Blue) = 55+88+144=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 144 (56.64% from 255 or 50.17% from 287); Max value from RGB is 144 - color contains mainly: blue. Hex color #375890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375890 is #C8A76F. Grayscale: #545454. Windows color (decimal): -13150064 or 9459767. OLE color: 9459767.

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

Color convert

RGB 55 88 144 -
CMYK 0.62 0.39 0 0.44
HSL 217.75º 0.45% 0.39% -
HSV(B) 217.75º 0.62% 0.56% -
XYZ 10.1 9.81 27.75 -
YUV 84.52 161.57 106.95 -
System Red Green Blue C M Y K H S L
Decimal 55 88 144 0.62 0.39 0 0.44 217.75 0.45 0.39
Hex 37 58 90 3E 27 0 2C DA 2D 27
Octal 67 130 220 76 47 0 54 332 55 47
Binary 110111 1011000 10010000 111110 100111 0 101100 11011010 101101 100111

Color Harmonies of #375890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375890

Black with #375890

Text Example


Text Example

White with #375890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375890; }

 p { color: rgb(55,88,144); }

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

background-color css

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

 a { background-color: rgb(55,88,144); }

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

border-color css

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

 span { border-color: rgb(55,88,144); }

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