Html Css Color HEX #37428E Tory Blue

📋 copy color: '#37428E'

red 55 ◦ green 66 ◦ blue 142

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

Shades of Tory Blue #37428E

Tints of Tory Blue #37428E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 53.99%

R = 20.91%
G = 25.1%
B = 53.99%

CMYK

 C value IS 0.61

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#37428E (or 0x37428E) is known color: Tory Blue. HEX triplet: 37, 42 and 8E. RGB value is (55,66,142). Sum of RGB (Red+Green+Blue) = 55+66+142=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 142 (55.86% from 255 or 53.99% from 263); Max value from RGB is 142 - color contains mainly: blue. Hex color #37428E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37428E is #C8BD71. Grayscale: #474747. Windows color (decimal): -13155698 or 9323063. OLE color: 9323063.

HSL color Cylindrical-coordinate representation of color #37428E: hue angle of 232.41º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #37428E is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 66 142 -
CMYK 0.61 0.54 0 0.44
HSL 232.41º 0.44% 0.39% -
HSV(B) 232.41º 0.61% 0.56% -
XYZ 8.41 6.66 26.43 -
YUV 71.38 167.86 116.32 -
System Red Green Blue C M Y K H S L
Decimal 55 66 142 0.61 0.54 0 0.44 232.41 0.44 0.39
Hex 37 42 8E 3D 36 0 2C E8 2C 27
Octal 67 102 216 75 66 0 54 350 54 47
Binary 110111 1000010 10001110 111101 110110 0 101100 11101000 101100 100111

Color Harmonies of #37428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37428E

Black with #37428E

Text Example


Text Example

White with #37428E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37428E; }

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

 H1.HeaderClassName
 {
   color: #37428E;
 }
 .AnyTagClassName
 {
   color: #37428E;
 }
</style>

background-color css

<style>
 a { background-color: #37428E; }

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

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

border-color css

<style>
 span { border-color: #37428E; }

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

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