Html Css Color HEX #385690 Tory Blue

📋 copy color: '#385690'

red 56 ◦ green 86 ◦ blue 144

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

Shades of Tory Blue #385690

Tints of Tory Blue #385690

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.07%

 BLUE value IS 144 (56.64% from 255) = 50.35%

R = 19.58%
G = 30.07%
B = 50.35%

CMYK

 C value IS 0.61

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#385690 (or 0x385690) is known color: Tory Blue. HEX triplet: 38, 56 and 90. RGB value is (56,86,144). Sum of RGB (Red+Green+Blue) = 56+86+144=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 144 (56.64% from 255 or 50.35% from 286); Max value from RGB is 144 - color contains mainly: blue. Hex color #385690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385690 is #C7A96F. Grayscale: #535353. Windows color (decimal): -13085040 or 9459256. OLE color: 9459256.

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

Color convert

RGB 56 86 144 -
CMYK 0.61 0.40 0 0.44
HSL 219.55º 0.44% 0.39% -
HSV(B) 219.55º 0.61% 0.56% -
XYZ 9.99 9.51 27.69 -
YUV 83.64 162.06 108.28 -
System Red Green Blue C M Y K H S L
Decimal 56 86 144 0.61 0.40 0 0.44 219.55 0.44 0.39
Hex 38 56 90 3D 28 0 2C DC 2C 27
Octal 70 126 220 75 50 0 54 334 54 47
Binary 111000 1010110 10010000 111101 101000 0 101100 11011100 101100 100111

Color Harmonies of #385690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385690

Black with #385690

Text Example


Text Example

White with #385690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385690; }

 p { color: rgb(56,86,144); }

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

background-color css

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

 a { background-color: rgb(56,86,144); }

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

border-color css

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

 span { border-color: rgb(56,86,144); }

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