Html Css Color HEX #37458A Tory Blue

📋 copy color: '#37458A'

red 55 ◦ green 69 ◦ blue 138

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

Shades of Tory Blue #37458A

Tints of Tory Blue #37458A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.34%

 BLUE value IS 138 (54.3% from 255) = 52.67%

R = 20.99%
G = 26.34%
B = 52.67%

CMYK

 C value IS 0.60

 M value IS 0.5

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#37458A (or 0x37458A) is known color: Tory Blue. HEX triplet: 37, 45 and 8A. RGB value is (55,69,138). Sum of RGB (Red+Green+Blue) = 55+69+138=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 138 (54.30% from 255 or 52.67% from 262); Max value from RGB is 138 - color contains mainly: blue. Hex color #37458A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37458A is #C8BA75. Grayscale: #484848. Windows color (decimal): -13154934 or 9061687. OLE color: 9061687.

HSL color Cylindrical-coordinate representation of color #37458A: hue angle of 229.88º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37458A is Cyan = 0.60, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 69 138 -
CMYK 0.60 0.5 0 0.46
HSL 229.88º 0.43% 0.38% -
HSV(B) 229.88º 0.6% 0.54% -
XYZ 8.29 6.9 24.94 -
YUV 72.68 164.86 115.39 -
System Red Green Blue C M Y K H S L
Decimal 55 69 138 0.60 0.5 0 0.46 229.88 0.43 0.38
Hex 37 45 8A 3C 32 0 2E E6 2B 26
Octal 67 105 212 74 62 0 56 346 53 46
Binary 110111 1000101 10001010 111100 110010 0 101110 11100110 101011 100110

Color Harmonies of #37458A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37458A

Black with #37458A

Text Example


Text Example

White with #37458A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37458A; }

 p { color: rgb(55,69,138); }

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

background-color css

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

 a { background-color: rgb(55,69,138); }

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

border-color css

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

 span { border-color: rgb(55,69,138); }

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