Html Css Color HEX #37429B Tory Blue

📋 copy color: '#37429B'

red 55 ◦ green 66 ◦ blue 155

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

Shades of Tory Blue #37429B

Tints of Tory Blue #37429B

RGB

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

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

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

R = 19.93%
G = 23.91%
B = 56.16%

CMYK

 C value IS 0.65

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#37429B (or 0x37429B) is known color: Tory Blue. HEX triplet: 37, 42 and 9B. RGB value is (55,66,155). Sum of RGB (Red+Green+Blue) = 55+66+155=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #37429B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37429B is #C8BD64. Grayscale: #484848. Windows color (decimal): -13155685 or 10175031. OLE color: 10175031.

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

Color convert

RGB 55 66 155 -
CMYK 0.65 0.57 0 0.39
HSL 233.4º 0.48% 0.41% -
HSV(B) 233.4º 0.65% 0.61% -
XYZ 9.44 7.08 31.88 -
YUV 72.86 174.36 115.26 -
System Red Green Blue C M Y K H S L
Decimal 55 66 155 0.65 0.57 0 0.39 233.4 0.48 0.41
Hex 37 42 9B 41 39 0 27 E9 30 29
Octal 67 102 233 101 71 0 47 351 60 51
Binary 110111 1000010 10011011 1000001 111001 0 100111 11101001 110000 101001

Color Harmonies of #37429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37429B

Black with #37429B

Text Example


Text Example

White with #37429B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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