Html Css Color HEX #385089 Tory Blue

📋 copy color: '#385089'

red 56 ◦ green 80 ◦ blue 137

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

Shades of Tory Blue #385089

Tints of Tory Blue #385089

RGB

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

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

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

R = 20.51%
G = 29.3%
B = 50.18%

CMYK

 C value IS 0.59

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#385089 (or 0x385089) is known color: Tory Blue. HEX triplet: 38, 50 and 89. RGB value is (56,80,137). Sum of RGB (Red+Green+Blue) = 56+80+137=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 137 (53.91% from 255 or 50.18% from 273); Max value from RGB is 137 - color contains mainly: blue. Hex color #385089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385089 is #C7AF76. Grayscale: #4F4F4F. Windows color (decimal): -13086583 or 8998968. OLE color: 8998968.

HSL color Cylindrical-coordinate representation of color #385089: hue angle of 222.22º 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 #385089 is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 80 137 -
CMYK 0.59 0.42 0 0.46
HSL 222.22º 0.42% 0.38% -
HSV(B) 222.22º 0.59% 0.54% -
XYZ 9.01 8.38 24.81 -
YUV 79.32 160.55 111.37 -
System Red Green Blue C M Y K H S L
Decimal 56 80 137 0.59 0.42 0 0.46 222.22 0.42 0.38
Hex 38 50 89 3B 2A 0 2E DE 2A 26
Octal 70 120 211 73 52 0 56 336 52 46
Binary 111000 1010000 10001001 111011 101010 0 101110 11011110 101010 100110

Color Harmonies of #385089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385089

Black with #385089

Text Example


Text Example

White with #385089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385089; }

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

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

background-color css

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

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

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

border-color css

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

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

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