Html Css Color HEX #375099 Tory Blue

📋 copy color: '#375099'

red 55 ◦ green 80 ◦ blue 153

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

Shades of Tory Blue #375099

Tints of Tory Blue #375099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 53.13%

R = 19.1%
G = 27.78%
B = 53.13%

CMYK

 C value IS 0.64

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#375099 (or 0x375099) is known color: Tory Blue. HEX triplet: 37, 50 and 99. RGB value is (55,80,153). Sum of RGB (Red+Green+Blue) = 55+80+153=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #375099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375099 is #C8AF66. Grayscale: #505050. Windows color (decimal): -13152103 or 10047543. OLE color: 10047543.

HSL color Cylindrical-coordinate representation of color #375099: hue angle of 224.69º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #375099 is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 55 80 153 -
CMYK 0.64 0.48 0 0.4
HSL 224.69º 0.47% 0.41% -
HSV(B) 224.69º 0.64% 0.6% -
XYZ 10.19 8.85 31.31 -
YUV 80.85 168.72 109.56 -
System Red Green Blue C M Y K H S L
Decimal 55 80 153 0.64 0.48 0 0.4 224.69 0.47 0.41
Hex 37 50 99 40 30 0 28 E1 2F 29
Octal 67 120 231 100 60 0 50 341 57 51
Binary 110111 1010000 10011001 1000000 110000 0 101000 11100001 101111 101001

Color Harmonies of #375099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375099

Black with #375099

Text Example


Text Example

White with #375099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375099; }

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

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

background-color css

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

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

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

border-color css

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

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

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