Html Css Color HEX #37419F Tory Blue

📋 copy color: '#37419F'

red 55 ◦ green 65 ◦ blue 159

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

Shades of Tory Blue #37419F

Tints of Tory Blue #37419F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.3%

 BLUE value IS 159 (62.5% from 255) = 56.99%

R = 19.71%
G = 23.3%
B = 56.99%

CMYK

 C value IS 0.65

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#37419F (or 0x37419F) is known color: Tory Blue. HEX triplet: 37, 41 and 9F. RGB value is (55,65,159). Sum of RGB (Red+Green+Blue) = 55+65+159=279 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.71% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 159 (62.5% from 255 or 56.99% from 279); Max value from RGB is 159 - color contains mainly: blue. Hex color #37419F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37419F is #C8BE60. Grayscale: #484848. Windows color (decimal): -13155937 or 10436919. OLE color: 10436919.

HSL color Cylindrical-coordinate representation of color #37419F: hue angle of 234.23º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37419F is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 65 159 -
CMYK 0.65 0.59 0 0.38
HSL 234.23º 0.49% 0.42% -
HSV(B) 234.23º 0.65% 0.62% -
XYZ 9.72 7.1 33.66 -
YUV 72.73 176.69 115.36 -
System Red Green Blue C M Y K H S L
Decimal 55 65 159 0.65 0.59 0 0.38 234.23 0.49 0.42
Hex 37 41 9F 41 3B 0 26 EA 31 2A
Octal 67 101 237 101 73 0 46 352 61 52
Binary 110111 1000001 10011111 1000001 111011 0 100110 11101010 110001 101010

Color Harmonies of #37419F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37419F

Black with #37419F

Text Example


Text Example

White with #37419F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37419F; }

 p { color: rgb(55,65,159); }

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

background-color css

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

 a { background-color: rgb(55,65,159); }

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

border-color css

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

 span { border-color: rgb(55,65,159); }

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