Html Css Color HEX #385189 Tory Blue

📋 copy color: '#385189'

red 56 ◦ green 81 ◦ blue 137

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

Shades of Tory Blue #385189

Tints of Tory Blue #385189

RGB

 RED value IS 56 (22.27% from 255) = 20.44%

 GREEN value IS 81 (32.03% from 255) = 29.56%

 BLUE value IS 137 (53.91% from 255) = 50%

R = 20.44%
G = 29.56%
B = 50%

CMYK

 C value IS 0.59

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#385189 (or 0x385189) is known color: Tory Blue. HEX triplet: 38, 51 and 89. RGB value is (56,81,137). Sum of RGB (Red+Green+Blue) = 56+81+137=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 137 (53.91% from 255 or 50% from 274); Max value from RGB is 137 - color contains mainly: blue. Hex color #385189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385189 is #C7AE76. Grayscale: #4F4F4F. Windows color (decimal): -13086327 or 8999224. OLE color: 8999224.

HSL color Cylindrical-coordinate representation of color #385189: hue angle of 221.48º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #385189 is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 81 137 -
CMYK 0.59 0.41 0 0.46
HSL 221.48º 0.42% 0.38% -
HSV(B) 221.48º 0.59% 0.54% -
XYZ 9.09 8.53 24.83 -
YUV 79.91 160.22 110.95 -
System Red Green Blue C M Y K H S L
Decimal 56 81 137 0.59 0.41 0 0.46 221.48 0.42 0.38
Hex 38 51 89 3B 29 0 2E DD 2A 26
Octal 70 121 211 73 51 0 56 335 52 46
Binary 111000 1010001 10001001 111011 101001 0 101110 11011101 101010 100110

Color Harmonies of #385189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385189

Black with #385189

Text Example


Text Example

White with #385189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385189; }

 p { color: rgb(56,81,137); }

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

background-color css

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

 a { background-color: rgb(56,81,137); }

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

border-color css

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

 span { border-color: rgb(56,81,137); }

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