Html Css Color HEX #375698 Tory Blue

📋 copy color: '#375698'

red 55 ◦ green 86 ◦ blue 152

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

Shades of Tory Blue #375698

Tints of Tory Blue #375698

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.35%

 BLUE value IS 152 (59.77% from 255) = 51.88%

R = 18.77%
G = 29.35%
B = 51.88%

CMYK

 C value IS 0.64

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#375698 (or 0x375698) is known color: Tory Blue. HEX triplet: 37, 56 and 98. RGB value is (55,86,152). Sum of RGB (Red+Green+Blue) = 55+86+152=293 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.77% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 152 (59.77% from 255 or 51.88% from 293); Max value from RGB is 152 - color contains mainly: blue. Hex color #375698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375698 is #C8A967. Grayscale: #535353. Windows color (decimal): -13150568 or 9983543. OLE color: 9983543.

HSL color Cylindrical-coordinate representation of color #375698: hue angle of 220.82º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #375698 is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 55 86 152 -
CMYK 0.64 0.43 0 0.40
HSL 220.82º 0.47% 0.41% -
HSV(B) 220.82º 0.64% 0.6% -
XYZ 10.57 9.73 31.03 -
YUV 84.26 166.23 107.13 -
System Red Green Blue C M Y K H S L
Decimal 55 86 152 0.64 0.43 0 0.40 220.82 0.47 0.41
Hex 37 56 98 40 2B 0 28 DD 2F 29
Octal 67 126 230 100 53 0 50 335 57 51
Binary 110111 1010110 10011000 1000000 101011 0 101000 11011101 101111 101001

Color Harmonies of #375698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375698

Black with #375698

Text Example


Text Example

White with #375698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375698; }

 p { color: rgb(55,86,152); }

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

background-color css

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

 a { background-color: rgb(55,86,152); }

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

border-color css

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

 span { border-color: rgb(55,86,152); }

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