Html Css Color HEX #37568E Tory Blue

📋 copy color: '#37568E'

red 55 ◦ green 86 ◦ blue 142

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

Shades of Tory Blue #37568E

Tints of Tory Blue #37568E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.39%

 BLUE value IS 142 (55.86% from 255) = 50.18%

R = 19.43%
G = 30.39%
B = 50.18%

CMYK

 C value IS 0.61

 M value IS 0.39

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#37568E (or 0x37568E) is known color: Tory Blue. HEX triplet: 37, 56 and 8E. RGB value is (55,86,142). Sum of RGB (Red+Green+Blue) = 55+86+142=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #37568E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37568E is #C8A971. Grayscale: #525252. Windows color (decimal): -13150578 or 9328183. OLE color: 9328183.

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

Color convert

RGB 55 86 142 -
CMYK 0.61 0.39 0 0.44
HSL 218.62º 0.44% 0.39% -
HSV(B) 218.62º 0.61% 0.56% -
XYZ 9.79 9.42 26.89 -
YUV 83.12 161.23 107.95 -
System Red Green Blue C M Y K H S L
Decimal 55 86 142 0.61 0.39 0 0.44 218.62 0.44 0.39
Hex 37 56 8E 3D 27 0 2C DB 2C 27
Octal 67 126 216 75 47 0 54 333 54 47
Binary 110111 1010110 10001110 111101 100111 0 101100 11011011 101100 100111

Color Harmonies of #37568E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37568E

Black with #37568E

Text Example


Text Example

White with #37568E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37568E; }

 p { color: rgb(55,86,142); }

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

background-color css

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

 a { background-color: rgb(55,86,142); }

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

border-color css

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

 span { border-color: rgb(55,86,142); }

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