Html Css Color HEX #375294 Tory Blue

📋 copy color: '#375294'

red 55 ◦ green 82 ◦ blue 148

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

Shades of Tory Blue #375294

Tints of Tory Blue #375294

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.77%

 BLUE value IS 148 (58.2% from 255) = 51.93%

R = 19.3%
G = 28.77%
B = 51.93%

CMYK

 C value IS 0.63

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#375294 (or 0x375294) is known color: Tory Blue. HEX triplet: 37, 52 and 94. RGB value is (55,82,148). Sum of RGB (Red+Green+Blue) = 55+82+148=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #375294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375294 is #C8AD6B. Grayscale: #515151. Windows color (decimal): -13151596 or 9720375. OLE color: 9720375.

HSL color Cylindrical-coordinate representation of color #375294: hue angle of 222.58º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #375294 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 82 148 -
CMYK 0.63 0.45 0 0.42
HSL 222.58º 0.46% 0.4% -
HSV(B) 222.58º 0.63% 0.58% -
XYZ 9.94 8.98 29.23 -
YUV 81.45 165.55 109.13 -
System Red Green Blue C M Y K H S L
Decimal 55 82 148 0.63 0.45 0 0.42 222.58 0.46 0.4
Hex 37 52 94 3F 2D 0 2A DF 2E 28
Octal 67 122 224 77 55 0 52 337 56 50
Binary 110111 1010010 10010100 111111 101101 0 101010 11011111 101110 101000

Color Harmonies of #375294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375294

Black with #375294

Text Example


Text Example

White with #375294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375294; }

 p { color: rgb(55,82,148); }

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

background-color css

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

 a { background-color: rgb(55,82,148); }

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

border-color css

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

 span { border-color: rgb(55,82,148); }

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