Html Css Color HEX #375098 Tory Blue

📋 copy color: '#375098'

red 55 ◦ green 80 ◦ blue 152

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

Shades of Tory Blue #375098

Tints of Tory Blue #375098

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.87%

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

R = 19.16%
G = 27.87%
B = 52.96%

CMYK

 C value IS 0.64

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#375098 (or 0x375098) is known color: Tory Blue. HEX triplet: 37, 50 and 98. RGB value is (55,80,152). Sum of RGB (Red+Green+Blue) = 55+80+152=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #375098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375098 is #C8AF67. Grayscale: #505050. Windows color (decimal): -13152104 or 9982007. OLE color: 9982007.

HSL color Cylindrical-coordinate representation of color #375098: hue angle of 224.54º 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 #375098 is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 55 80 152 -
CMYK 0.64 0.47 0 0.40
HSL 224.54º 0.47% 0.41% -
HSV(B) 224.54º 0.64% 0.6% -
XYZ 10.11 8.82 30.87 -
YUV 80.73 168.22 109.65 -
System Red Green Blue C M Y K H S L
Decimal 55 80 152 0.64 0.47 0 0.40 224.54 0.47 0.41
Hex 37 50 98 40 2F 0 28 E1 2F 29
Octal 67 120 230 100 57 0 50 341 57 51
Binary 110111 1010000 10011000 1000000 101111 0 101000 11100001 101111 101001

Color Harmonies of #375098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375098

Black with #375098

Text Example


Text Example

White with #375098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375098; }

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

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

background-color css

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

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

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

border-color css

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

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

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