Html Css Color HEX #374388 Tory Blue

📋 copy color: '#374388'

red 55 ◦ green 67 ◦ blue 136

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

Shades of Tory Blue #374388

Tints of Tory Blue #374388

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.97%

 BLUE value IS 136 (53.52% from 255) = 52.71%

R = 21.32%
G = 25.97%
B = 52.71%

CMYK

 C value IS 0.60

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#374388 (or 0x374388) is known color: Tory Blue. HEX triplet: 37, 43 and 88. RGB value is (55,67,136). Sum of RGB (Red+Green+Blue) = 55+67+136=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 136 (53.52% from 255 or 52.71% from 258); Max value from RGB is 136 - color contains mainly: blue. Hex color #374388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374388 is #C8BC77. Grayscale: #464646. Windows color (decimal): -13155448 or 8930103. OLE color: 8930103.

HSL color Cylindrical-coordinate representation of color #374388: hue angle of 231.11º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #374388 is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 67 136 -
CMYK 0.60 0.51 0 0.47
HSL 231.11º 0.42% 0.37% -
HSV(B) 231.11º 0.6% 0.53% -
XYZ 8.03 6.6 24.14 -
YUV 71.28 164.52 116.39 -
System Red Green Blue C M Y K H S L
Decimal 55 67 136 0.60 0.51 0 0.47 231.11 0.42 0.37
Hex 37 43 88 3C 33 0 2F E7 2A 25
Octal 67 103 210 74 63 0 57 347 52 45
Binary 110111 1000011 10001000 111100 110011 0 101111 11100111 101010 100101

Color Harmonies of #374388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374388

Black with #374388

Text Example


Text Example

White with #374388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374388; }

 p { color: rgb(55,67,136); }

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

background-color css

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

 a { background-color: rgb(55,67,136); }

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

border-color css

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

 span { border-color: rgb(55,67,136); }

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