Html Css Color HEX #37469B Tory Blue

📋 copy color: '#37469B'

red 55 ◦ green 70 ◦ blue 155

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

Shades of Tory Blue #37469B

Tints of Tory Blue #37469B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25%

 BLUE value IS 155 (60.94% from 255) = 55.36%

R = 19.64%
G = 25%
B = 55.36%

CMYK

 C value IS 0.65

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#37469B (or 0x37469B) is known color: Tory Blue. HEX triplet: 37, 46 and 9B. RGB value is (55,70,155). Sum of RGB (Red+Green+Blue) = 55+70+155=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #37469B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37469B is #C8B964. Grayscale: #4A4A4A. Windows color (decimal): -13154661 or 10176055. OLE color: 10176055.

HSL color Cylindrical-coordinate representation of color #37469B: hue angle of 231º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37469B is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 55 70 155 -
CMYK 0.65 0.55 0 0.39
HSL 231º 0.48% 0.41% -
HSV(B) 231º 0.65% 0.61% -
XYZ 9.68 7.56 31.96 -
YUV 75.21 173.03 113.59 -
System Red Green Blue C M Y K H S L
Decimal 55 70 155 0.65 0.55 0 0.39 231 0.48 0.41
Hex 37 46 9B 41 37 0 27 E7 30 29
Octal 67 106 233 101 67 0 47 347 60 51
Binary 110111 1000110 10011011 1000001 110111 0 100111 11100111 110000 101001

Color Harmonies of #37469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37469B

Black with #37469B

Text Example


Text Example

White with #37469B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37469B; }

 p { color: rgb(55,70,155); }

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

background-color css

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

 a { background-color: rgb(55,70,155); }

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

border-color css

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

 span { border-color: rgb(55,70,155); }

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