Html Css Color HEX #385091 Tory Blue

📋 copy color: '#385091'

red 56 ◦ green 80 ◦ blue 145

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

Shades of Tory Blue #385091

Tints of Tory Blue #385091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 51.6%

R = 19.93%
G = 28.47%
B = 51.6%

CMYK

 C value IS 0.61

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#385091 (or 0x385091) is known color: Tory Blue. HEX triplet: 38, 50 and 91. RGB value is (56,80,145). Sum of RGB (Red+Green+Blue) = 56+80+145=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #385091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385091 is #C7AF6E. Grayscale: #4F4F4F. Windows color (decimal): -13086575 or 9523256. OLE color: 9523256.

HSL color Cylindrical-coordinate representation of color #385091: hue angle of 223.82º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #385091 is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 80 145 -
CMYK 0.61 0.45 0 0.43
HSL 223.82º 0.44% 0.39% -
HSV(B) 223.82º 0.61% 0.57% -
XYZ 9.61 8.62 27.95 -
YUV 80.23 164.55 110.71 -
System Red Green Blue C M Y K H S L
Decimal 56 80 145 0.61 0.45 0 0.43 223.82 0.44 0.39
Hex 38 50 91 3D 2D 0 2B E0 2C 27
Octal 70 120 221 75 55 0 53 340 54 47
Binary 111000 1010000 10010001 111101 101101 0 101011 11100000 101100 100111

Color Harmonies of #385091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385091

Black with #385091

Text Example


Text Example

White with #385091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385091; }

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

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

background-color css

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

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

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

border-color css

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

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

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