Html Css Color HEX #374099 Tory Blue

📋 copy color: '#374099'

red 55 ◦ green 64 ◦ blue 153

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

Shades of Tory Blue #374099

Tints of Tory Blue #374099

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.53%

 BLUE value IS 153 (60.16% from 255) = 56.25%

R = 20.22%
G = 23.53%
B = 56.25%

CMYK

 C value IS 0.64

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#374099 (or 0x374099) is known color: Tory Blue. HEX triplet: 37, 40 and 99. RGB value is (55,64,153). Sum of RGB (Red+Green+Blue) = 55+64+153=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 153 (60.16% from 255 or 56.25% from 272); Max value from RGB is 153 - color contains mainly: blue. Hex color #374099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374099 is #C8BF66. Grayscale: #474747. Windows color (decimal): -13156199 or 10043447. OLE color: 10043447.

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

Color convert

RGB 55 64 153 -
CMYK 0.64 0.58 0 0.4
HSL 234.49º 0.47% 0.41% -
HSV(B) 234.49º 0.64% 0.6% -
XYZ 9.16 6.78 30.96 -
YUV 71.46 174.02 116.26 -
System Red Green Blue C M Y K H S L
Decimal 55 64 153 0.64 0.58 0 0.4 234.49 0.47 0.41
Hex 37 40 99 40 3A 0 28 EA 2F 29
Octal 67 100 231 100 72 0 50 352 57 51
Binary 110111 1000000 10011001 1000000 111010 0 101000 11101010 101111 101001

Color Harmonies of #374099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374099

Black with #374099

Text Example


Text Example

White with #374099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374099; }

 p { color: rgb(55,64,153); }

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

background-color css

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

 a { background-color: rgb(55,64,153); }

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

border-color css

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

 span { border-color: rgb(55,64,153); }

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