Html Css Color HEX #37429C Tory Blue

📋 copy color: '#37429C'

red 55 ◦ green 66 ◦ blue 156

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

Shades of Tory Blue #37429C

Tints of Tory Blue #37429C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 56.32%

R = 19.86%
G = 23.83%
B = 56.32%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#37429C (or 0x37429C) is known color: Tory Blue. HEX triplet: 37, 42 and 9C. RGB value is (55,66,156). Sum of RGB (Red+Green+Blue) = 55+66+156=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 156 (61.33% from 255 or 56.32% from 277); Max value from RGB is 156 - color contains mainly: blue. Hex color #37429C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37429C is #C8BD63. Grayscale: #484848. Windows color (decimal): -13155684 or 10240567. OLE color: 10240567.

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

Color convert

RGB 55 66 156 -
CMYK 0.65 0.58 0 0.39
HSL 233.47º 0.48% 0.41% -
HSV(B) 233.47º 0.65% 0.61% -
XYZ 9.52 7.11 32.32 -
YUV 72.97 174.86 115.18 -
System Red Green Blue C M Y K H S L
Decimal 55 66 156 0.65 0.58 0 0.39 233.47 0.48 0.41
Hex 37 42 9C 41 3A 0 27 E9 30 29
Octal 67 102 234 101 72 0 47 351 60 51
Binary 110111 1000010 10011100 1000001 111010 0 100111 11101001 110000 101001

Color Harmonies of #37429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37429C

Black with #37429C

Text Example


Text Example

White with #37429C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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