Html Css Color HEX #385791 Tory Blue

📋 copy color: '#385791'

red 56 ◦ green 87 ◦ blue 145

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

Shades of Tory Blue #385791

Tints of Tory Blue #385791

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.21%

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

R = 19.44%
G = 30.21%
B = 50.35%

CMYK

 C value IS 0.61

 M value IS 0.4

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#385791 (or 0x385791) is known color: Tory Blue. HEX triplet: 38, 57 and 91. RGB value is (56,87,145). Sum of RGB (Red+Green+Blue) = 56+87+145=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 145 (57.03% from 255 or 50.35% from 288); Max value from RGB is 145 - color contains mainly: blue. Hex color #385791 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385791 is #C7A86E. Grayscale: #545454. Windows color (decimal): -13084783 or 9525048. OLE color: 9525048.

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

Color convert

RGB 56 87 145 -
CMYK 0.61 0.4 0 0.43
HSL 219.1º 0.44% 0.39% -
HSV(B) 219.1º 0.61% 0.57% -
XYZ 10.15 9.7 28.13 -
YUV 84.34 162.23 107.78 -
System Red Green Blue C M Y K H S L
Decimal 56 87 145 0.61 0.4 0 0.43 219.1 0.44 0.39
Hex 38 57 91 3D 28 0 2B DB 2C 27
Octal 70 127 221 75 50 0 53 333 54 47
Binary 111000 1010111 10010001 111101 101000 0 101011 11011011 101100 100111

Color Harmonies of #385791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385791

Black with #385791

Text Example


Text Example

White with #385791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385791; }

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

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

background-color css

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

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

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

border-color css

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

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

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