Html Css Color HEX #385593 Tory Blue

📋 copy color: '#385593'

red 56 ◦ green 85 ◦ blue 147

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

Shades of Tory Blue #385593

Tints of Tory Blue #385593

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.51%

 BLUE value IS 147 (57.81% from 255) = 51.04%

R = 19.44%
G = 29.51%
B = 51.04%

CMYK

 C value IS 0.62

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#385593 (or 0x385593) is known color: Tory Blue. HEX triplet: 38, 55 and 93. RGB value is (56,85,147). Sum of RGB (Red+Green+Blue) = 56+85+147=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 147 (57.81% from 255 or 51.04% from 288); Max value from RGB is 147 - color contains mainly: blue. Hex color #385593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385593 is #C7AA6C. Grayscale: #535353. Windows color (decimal): -13085293 or 9655608. OLE color: 9655608.

HSL color Cylindrical-coordinate representation of color #385593: hue angle of 220.88º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #385593 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 85 147 -
CMYK 0.62 0.42 0 0.42
HSL 220.88º 0.45% 0.4% -
HSV(B) 220.88º 0.62% 0.58% -
XYZ 10.15 9.44 28.89 -
YUV 83.4 163.89 108.46 -
System Red Green Blue C M Y K H S L
Decimal 56 85 147 0.62 0.42 0 0.42 220.88 0.45 0.4
Hex 38 55 93 3E 2A 0 2A DD 2D 28
Octal 70 125 223 76 52 0 52 335 55 50
Binary 111000 1010101 10010011 111110 101010 0 101010 11011101 101101 101000

Color Harmonies of #385593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385593

Black with #385593

Text Example


Text Example

White with #385593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385593; }

 p { color: rgb(56,85,147); }

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

background-color css

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

 a { background-color: rgb(56,85,147); }

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

border-color css

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

 span { border-color: rgb(56,85,147); }

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