Html Css Color HEX #374998 Tory Blue

📋 copy color: '#374998'

red 55 ◦ green 73 ◦ blue 152

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

Shades of Tory Blue #374998

Tints of Tory Blue #374998

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.07%

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

R = 19.64%
G = 26.07%
B = 54.29%

CMYK

 C value IS 0.64

 M value IS 0.52

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#374998 (or 0x374998) is known color: Tory Blue. HEX triplet: 37, 49 and 98. RGB value is (55,73,152). Sum of RGB (Red+Green+Blue) = 55+73+152=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 152 (59.77% from 255 or 54.29% from 280); Max value from RGB is 152 - color contains mainly: blue. Hex color #374998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374998 is #C8B667. Grayscale: #4C4C4C. Windows color (decimal): -13153896 or 9980215. OLE color: 9980215.

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

Color convert

RGB 55 73 152 -
CMYK 0.64 0.52 0 0.40
HSL 228.87º 0.47% 0.41% -
HSV(B) 228.87º 0.64% 0.6% -
XYZ 9.63 7.84 30.71 -
YUV 76.62 170.54 112.58 -
System Red Green Blue C M Y K H S L
Decimal 55 73 152 0.64 0.52 0 0.40 228.87 0.47 0.41
Hex 37 49 98 40 34 0 28 E5 2F 29
Octal 67 111 230 100 64 0 50 345 57 51
Binary 110111 1001001 10011000 1000000 110100 0 101000 11100101 101111 101001

Color Harmonies of #374998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374998

Black with #374998

Text Example


Text Example

White with #374998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374998; }

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

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

background-color css

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

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

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

border-color css

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

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

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