Html Css Color HEX #37429F Tory Blue

📋 copy color: '#37429F'

red 55 ◦ green 66 ◦ blue 159

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

Shades of Tory Blue #37429F

Tints of Tory Blue #37429F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.57%

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

R = 19.64%
G = 23.57%
B = 56.79%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#37429F (or 0x37429F) is known color: Tory Blue. HEX triplet: 37, 42 and 9F. RGB value is (55,66,159). Sum of RGB (Red+Green+Blue) = 55+66+159=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 159 (62.5% from 255 or 56.79% from 280); Max value from RGB is 159 - color contains mainly: blue. Hex color #37429F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37429F is #C8BD60. Grayscale: #484848. Windows color (decimal): -13155681 or 10437175. OLE color: 10437175.

HSL color Cylindrical-coordinate representation of color #37429F: hue angle of 233.65º 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 #37429F is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 66 159 -
CMYK 0.65 0.58 0 0.38
HSL 233.65º 0.49% 0.42% -
HSV(B) 233.65º 0.65% 0.62% -
XYZ 9.78 7.21 33.68 -
YUV 73.31 176.36 114.94 -
System Red Green Blue C M Y K H S L
Decimal 55 66 159 0.65 0.58 0 0.38 233.65 0.49 0.42
Hex 37 42 9F 41 3A 0 26 EA 31 2A
Octal 67 102 237 101 72 0 46 352 61 52
Binary 110111 1000010 10011111 1000001 111010 0 100110 11101010 110001 101010

Color Harmonies of #37429F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37429F

Black with #37429F

Text Example


Text Example

White with #37429F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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